init
FeaturedBootstraps a project's ROADMAP.jsonl and .foreman/config.json. Asks three things — what the project is, its near-term goals, and whether the drafted roadmap looks right — then writes and commits both files, leaving every optional behavior at its built-in default. The ledger and checkpoint policy are never asked here; each is asked the first time it could actually matter.
Install
Quality Score: 88/100
Skill Content
Details
- Author
- V-Songbird
- Repository
- V-Songbird/foreman
- Created
- 2 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
roadmap
Ongoing entry point for a project's ROADMAP.jsonl. Pick the next task to work on (ranks candidates deterministically by dependencies and file-touch collisions, shows why each is where it is, then crafts a self-contained handoff prompt), add a new task, correct a stale one, review roadmap status, or check the roadmap's structural health.
init-project
Use once in a spawned starter repo when the user asks to initialize or configure it, or when FILL IN markers remain; never auto-run in a claude-starter template checkout.
init-project
Initialize the workflow scaffold (CLAUDE.md, WORKFLOW.md, memory bank) in this folder. Use when the user asks to init, set up, or bootstrap the project workflow — in an empty folder (interview mode) or an existing codebase (analysis mode).