From craft-skills
Use when an approved implementation plan already exists (from craft, implement, or architect) and needs to be executed and tested. Combines develop + browser-test into a single pipeline.
npx claudepluginhub alexiolan/craft-skills --plugin craft-skillsThis skill uses the workspace's default tool permissions.
Execute an already-approved plan and test the result. Use after planning has already produced a plan file.
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.
Executes implementation plans from docs/plan/: implements tasks with code and tests, runs parallel quality reviews, validates, and ships pull requests.
Executes a development plan step-by-step: loads plan, breaks into atomic verifiable steps, implements with per-step verification (build/test), checkpoints progress, final full check.
Share bugs, ideas, or general feedback.
Execute an already-approved plan and test the result. Use after planning has already produced a plan file.
Pipeline: Develop → Browser Test → Report
The user input is: $ARGUMENTS
.claude/plans/ (excluding archive/ and specs/)If no plan is found, suggest running craft-skills:architect or craft-skills:craft first.
Invoke craft-skills:develop with the plan.
After a successful build, invoke craft-skills:browser-test.
If the dev server isn't running, start it with npm run dev in the background before testing.
Summarize: