starter kit contents
Copy the kit once. It gives the repo a shared map: local rules, record templates, flow folders, and a small board.
Start with the starter kit. Use the CLI when you want scaffolding and checks.
Fresh repo uses greenfield. Existing repo uses brownfield.
greenfield / starter kit
Template repo with flow folders, templates, and guides already in place.
GitHub templateUse the starter kit brownfield / adoption
Copy the kit into this repo. Keep the app structure.
cp -R suspec-starter-kit/* .Read the adopting guide starter kit contents
Copy the kit once. It gives the repo a shared map: local rules, record templates, flow folders, and a small board.
More setup notes: docs/ADOPTING.md
local contract
The file your agent reads before work starts.
working method
Write specs, run tasks, review output, save findings.
record shapes
Intake, spec, task, review, finding, status, inventory, change plan, ADR.
workspace map
Specs, tasks, reviews, findings, and related folders.
active board
A small workboard for active items.
local ADRs
Decision records for choices that should survive chat.
suspec init scaffolds the same workspace into a new or existing repo. It refuses to overwrite existing files. Install it from source for now.
# install the CLI from source
$ HOST=github.com/jcosta33
$ PKG=suspec-cli
$ SRC=$HOST/$PKG.git
$ git clone https://$SRC
$ cd "$PKG"
$ npm install
$ npm run build
$ npm link
# then, in a new or existing repo
$ suspec init # scaffold the workspace, conflict-safe
$ suspec check # confirm it is well-formed; exit 0/1/2
CLI details: the CLI page.
Install optional skills for review, fixes, features, and docs.
Copy a worker definition for review, exploration, or authoring.