From craft-skills
Use when implementing a feature with clear, well-understood requirements. Quick planning via architect agent, then parallel agent development, then browser testing. Faster than craft — use when requirements don't need deep exploration.
npx claudepluginhub alexiolan/craft-skills --plugin craft-skillsThis skill uses the workspace's default tool permissions.
Fast end-to-end implementation pipeline. Quick planning, then development, then testing.
Use when starting a new feature that needs thorough design exploration. This is the most comprehensive workflow: collaborative brainstorming with the user, then planning, then parallel agent development, then browser testing. Use for complex features, unclear requirements, or when the user wants to explore approaches before committing.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Fast end-to-end implementation pipeline. Quick planning, then development, then testing.
Pipeline: Architect → Develop → Browser Test → Report
The user input is: $ARGUMENTS
Prompt File Number (e.g., 01, 07):
.claude/prompts/{number}*.mdDirect Prompt Text:
Empty Input:
craft-skills:architect with the requirementsIf the architect raises too many ambiguities, suggest switching to craft-skills:craft for deeper exploration.
After plan approval, invoke craft-skills:develop with the approved plan.
After a successful build, invoke craft-skills:browser-test.
Summarize:
| implement | craft | |
|---|---|---|
| Planning | Quick architect agent | Deep brainstorming + spec review |
| User involvement | Medium — plan review | High — design questions, approach selection |
| Best for | Clear requirements, well-understood scope | Complex domains, unclear requirements |