Blueprints
A living project plan — epics and tasks linked to the real conversations that did the work.
A Blueprint is your project's living plan: epics broken into atomic tasks, with dependencies, acceptance criteria, and links to the actual sessions that did the work. It stays useful because it's connected to reality — not a doc that drifts out of date.
Create a blueprint
Dashboard
Go to Projects → your project → Blueprints and generate one from a goal. crewkit drafts epics and tasks with AI; review and edit before activating.
CLI
crewkit blueprint create "Migrate billing to usage-based pricing"
crewkit blueprint create --from goal.md # Read the goal from a file
crewkit blueprint create -a <artifact-id> # Include an artifact as context
crewkit blueprint create --dry-run # Generate and display without uploadingGeneration runs with full codebase access, so the plan reflects the code you actually have.