Working examples demonstrating planpilot workflows.
| Example | Description |
|---|---|
sync-workflow/ |
Plan files + sync dry-run for a User Authentication epic (6 items) |
full-workflow/ |
Complete skill chain: idea → PRD → tech spec → plans JSON (20 items) |
planpilot sync --config examples/sync-workflow/planpilot.json --dry-runThe full-workflow/ directory contains pre-generated artifacts from running the three planpilot skills in sequence:
create-prd— generate a PRD from a feature ideacreate-tech-spec— generate a codebase-aware tech spec from the PRDplan-sync— decompose the spec into epics, stories, and tasks
See each subdirectory's README for details.