From praxis
Drive the full Praxis craft workflow with user checkpoints between stages.
How this command is triggered — by the user, by Claude, or both
Slash command
/praxis:craftThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Craft ## Task $ARGUMENTS ## Orchestration You are the orchestrator for the full Praxis craft pipeline. Invoke each skill in turn, pass each skill's output as input to the next, and check in with the user between stages. ### Pipeline 1. **clarifying-intent** — Pass the task. The skill returns one of: - A **trivial change** statement → implement it directly and stop. - A **Story-Level Behavioral Spec** → confirm with the user, then go to step 3. - A **Feature Brief** → confirm with the user, then go to step 2. - **Open questions** → answer them with the user, then re-inv...
$ARGUMENTS
You are the orchestrator for the full Praxis craft pipeline. Invoke each skill in turn, pass each skill's output as input to the next, and check in with the user between stages.
clarifying-intent → [slicing-stories] → sketching-design → driving-tdd
→ code-reviewing → code-improving → verifying-and-adapting
clarifying-intent — Pass the task. The skill returns one of:
slicing-stories — Pass the Feature Brief. The skill returns a slice map. Confirm with the user, pick the first slice, and re-invoke clarifying-intent with that slice's story to produce a Story-Level Behavioral Spec for it.
sketching-design — Pass the spec. The skill returns a design sketch, marks itself skipped, or surfaces a spec issue. If a spec issue is surfaced, return to clarifying-intent.
driving-tdd — Pass the spec and (if produced) the sketch. The skill commits implementation as it goes, then returns the AC checklist, feedback log, and session summary. If it surfaces ## Feedback, return to clarifying-intent for that gap, then re-invoke driving-tdd.
code-reviewing — Pass the spec and the TDD session summary. The skill returns a review report.
code-improving — Pass the review report and the spec. The skill commits fixes and returns an improvement summary. If it surfaces ## Feedback, return to clarifying-intent.
verifying-and-adapting — Pass the spec, AC checklist, feedback log, session summary, optional sketch, and (multi-slice only) slice map. The skill returns a verification summary, optionally an updated spec, and a routing recommendation. Act on the recommendation:
npx claudepluginhub chriswch/praxis --plugin praxis/craftCrafts a reusable Python CLI tool from a web task by parameterizing variables, generating argparse script with Playwright automation, plan.md, and verifying execution.