Main Page
Parcel Path (mock)
A pretend CLI that answers: “Where is my package, and what should I do next?”
This folder is a minimal agent harness — the three root files many AI tools read first:
| File | Role |
|---|---|
README.md |
Human onboarding |
AGENTS.md |
Vendor-neutral agent instructions |
CLAUDE.md |
Claude-oriented project notes |
Generate a wiki from this harness:
npx @lucasviola/specwiki generate --project examples/agent-harness-parcel
npx @lucasviola/specwiki open --project examples/agent-harness-parcel
Quick start (fictional)¶
npm install
npm test
npx parcel-path track --id DEMO-1001
Project layout (planned)¶
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/.
9 spec files indexed.
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
Project Root
- Agent Instructions —
AGENTS.md - Claude Instructions —
CLAUDE.md - Readme —
README.md