Instructions file CodexOpenCode
AGENTS.md instructions for solankiharsh/craftsman-skills.
Instructions file CodexOpenCode
AGENTS.md instructions for solankiharsh/craftsman-skills.
Instructions file
Claude Code instructions for solankiharsh/craftsman-skills, covering claude.md — craftsman-skills, what this repo is, repo conventions, aesthetic baselines and workflow when modifying a skill.
Skill Claude CodeCodex
Break a locked design brief into an ordered checklist of independently buildable vertical slices. First task is always the additive token layer. Regression-guard tasks interleaved every third slot. Mirrors the task list into featurelist.json.
Skill Claude CodeCodex
Convert a grill-me session into a locked design brief with problem statement, aesthetic specs, component inventory, interactions, and an explicit no-touch contract. Saves to .design/ /DESIGNBRIEF.md.
Skill Claude CodeCodex
Orchestrate all craftsman-skills in sequence for greenfield work. Announces each phase, confirms before moving forward, reads progress.md to resume mid-session. For upgrading existing apps, use /vibe-to-pro instead.
Skill Claude CodeCodex
Structured visual critique against the locked brief and aesthetic. Captures screenshots at 375/768/1280px including dark mode, error, loading, and empty states. Runs regression diff on the no-touch list. Produces DESIGNREVIEW.md with approve/iterate recommendation.
Skill Claude CodeCodex
Generate a complete, additive token system (colors, typography, spacing, motion) that extends existing tokens without replacing them. Derives from the locked aesthetic in the design brief. Saves tokens.css and DESIGNTOKENS.md.
Skill Claude CodeCodex
Build production-grade components against a locked aesthetic. Mobile-first 375px. CSS transitions only. Tailwind + CSS-vars hybrid. Original content before AI synthesis. References recipes/ for concrete patterns.
Skill Claude CodeCodex
Interview the user relentlessly about a design plan until every decision branch is resolved. Explores the codebase and existing design artifacts before asking questions. Refuses to exit until all branches are closed.
Skill Claude CodeCodex
Define the structural skeleton of a feature before visual design begins. Produces a site map, navigation model, user flows, route inventory, and empty/error state nodes. Saves to .design/ /INFORMATIONARCHITECTURE.md.
Skill Claude CodeCodex
Read-only audit of a vibe-coded app. Runs five checklists (tokens, accessibility, responsive, motion, component debt) and produces a prioritized backlog of maturity issues tagged must-fix/should-fix/could-improve. Never modifies code.
Skill Claude CodeCodex
Full maturity upgrade workflow for an existing app. Runs polish-audit → grill-me (against audit) → design-brief (with baseline) → design-tokens (additive) → brief-to-tasks (with regression guards) → frontend-design → design-review (baseline diff) → MATURITYREPORT.md. Use this for upgrading vibe-coded apps, not…