create-pwt
v1.2.3
Published
AI-driven project workflow scaffolding for Claude Code — npx create-pwt
Maintainers
Readme
create-pwt
AI-driven project workflow scaffolding for Claude Code.
You direct, Claude executes. From idea to launch — every project documented, every session productive, zero context lost.
Quick start
Requires an active Claude Code subscription.
npx create-pwtOr clone the repo and use npm run init to always work with the latest version.
To update an existing project to the latest skills, workflow and schemas:
cd <your-project>
npx create-pwt updateWhat it does
Creates a standalone project folder with:
- 9-phase workflow (38 tasks) from idea to launch — ideation, scope, planning, design, architecture, implementation, QA, release, growth
- Skills for Claude Code (
/start,/task,/roadmap,/setup) — one command to resume any session - Persistent state (
STATE.json) — resume any session with/start, zero context lost between sessions - Sub-agent with ReAct checkpointing — isolated task execution with mid-task pause/resume support
- TDD enforcement in the implementation phase — micro-planning + test-first + two-stage review
Requirements
- Claude Code subscription (no API key needed — runs on your existing subscription)
- macOS or Linux, bash
How it works
npx create-pwt # scaffold a new project
cd <your-project>
# open in Claude Code, then:
/start # Claude reads STATE.json and picks up where you left offAfter phase 0, /roadmap generates a custom roadmap for your specific project — skipping irrelevant tasks (e.g. no design phase for API-only projects).
Docs
- Architecture — how it works, patterns, data model, operational guide
- Roadmap — development roadmap
