Main Page
Parcel Path (OpenSpec mock)
A pretend CLI that answers: “Where is my package, and what should I do next?”
This folder is an OpenSpec mock — the same Parcel Path product as ../agent-harness-parcel/, but structured with living specs + a delta change instead of a root agent harness:
| Path | Role |
|---|---|
openspec/project.md |
Project conventions agents must honor |
openspec/specs/cli/spec.md |
Current truth — minimal CLI capability |
openspec/changes/add-track-command/ |
Active change: proposal, design, tasks, delta specs |
Generate a wiki from this OpenSpec tree:
npx @lucasviola/specwiki generate --project examples/openspec-harness-parcel
npx @lucasviola/specwiki open --project examples/openspec-harness-parcel
Quick start (fictional)¶
npm install
npm test
npx parcel-path track --id DEMO-1001
Project layout (planned)¶
openspec/
project.md
specs/cli/ # living capability specs
changes/add-track-command/ # proposal + design + tasks + deltas
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/.
14 spec files indexed.
OpenSpec
- Design —
openspec/changes/add-track-command/design.md - Proposal —
openspec/changes/add-track-command/proposal.md - Spec —
openspec/changes/add-track-command/specs/cli/spec.md - Spec —
openspec/changes/add-track-command/specs/tracking/spec.md - Tasks —
openspec/changes/add-track-command/tasks.md - Project —
openspec/project.md - Spec —
openspec/specs/cli/spec.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