Main Page
Parcel Path (BMAD mock)
A pretend CLI that answers: “Where is my package, and what should I do next?”
This folder is a BMAD mock — the same Parcel Path product as ../agent-harness-parcel/, but structured as BMAD planning + implementation output under _bmad-output/:
| Path | Role |
|---|---|
_bmad-output/planning-artifacts/discovery/product-brief.md |
Product framing |
_bmad-output/planning-artifacts/discovery/research/ |
Technical research + architecture notes |
_bmad-output/implementation-artifacts/1-1-track-command.md |
Implementation story for track |
Generate a wiki from this BMAD tree:
npx @lucasviola/specwiki generate --project examples/bmad-harness-parcel
npx @lucasviola/specwiki open --project examples/bmad-harness-parcel
Quick start (fictional)¶
npm install
npm test
npx parcel-path track --id DEMO-1001
Project layout (planned)¶
_bmad-output/
planning-artifacts/discovery/
product-brief.md
research/
implementation-artifacts/
1-1-track-command.md
custom-skills/ # example agent skills for day-to-day tasks
add-carrier-adapter/
track-package-locally/
write-tracking-fixture/
review-pii-redaction/
ship-vertical-slice/
src/
cli.ts
carriers/
format.ts
tests/
See custom-skills/README.md for how to use or copy them into .cursor/skills/.
11 spec files indexed.
BMAD Output
- 1 1 Track Command —
_bmad-output/implementation-artifacts/1-1-track-command.md - Product Brief —
_bmad-output/planning-artifacts/discovery/product-brief.md - Architecture Notes —
_bmad-output/planning-artifacts/discovery/research/architecture-notes.md - Technical Research —
_bmad-output/planning-artifacts/discovery/research/technical-research.md
Other
- Add Carrier Adapter —
custom-skills/add-carrier-adapter/SKILL.md - Review Pii Redaction —
custom-skills/review-pii-redaction/SKILL.md - Ship Vertical Slice —
custom-skills/ship-vertical-slice/SKILL.md - Track Package Locally —
custom-skills/track-package-locally/SKILL.md - Write Tracking Fixture —
custom-skills/write-tracking-fixture/SKILL.md