Skip to main content

Project Templates

init asks for your project type in the 3-question wizard and tailors the first project under projects/[name]/ to match. The zones and routing are the same for everyone, the template only sets how much structure your first project starts with.

blockchain: the full vertical

The blockchain type ships a complete 5-stage pipeline, one subfolder per stage, each with its own CONTEXT.md and a defined reviewer role:

projects/[name]/
├── research/     summarize findings, flag risks
├── contracts/    Solidity reviewer
├── frontend/     dApp frontend reviewer
├── deploy/       track deployed contracts, verify state
└── audit/        adversarial reviewer, find exploits

Each stage stays in its own job and hands off to the next when its work is done, so the agent never sprawls across the whole project at once.

fullstack · cli-tool · content

These types are selectable today but start minimal: just the project root, no prescribed stages. You add structure as the project grows, and the zones still give you capture, queue, and focus from day one. Only blockchain ships a full stage map in the current MVP.

A richer set of per-type stage maps (the same treatment blockchain gets) is the open contribution target. The scaffolding is in place, the verticals just need authoring.

See also: Getting Started · The Zones.