Main Page
Parcel Path (Kiro mock)
A pretend CLI that answers: “Where is my package, and what should I do next?”
This folder is an AWS Kiro mock — the same Parcel Path product as ../agent-harness-parcel/, but structured with Kiro steering + a three-file feature spec:
| Path | Role |
|---|---|
.kiro/steering/product.md |
Product purpose agents always see |
.kiro/steering/tech.md |
Stack and engineering constraints |
.kiro/steering/structure.md |
Folder and naming conventions |
.kiro/specs/track-command/ |
Feature spec: requirements → design → tasks |
Generate a wiki from this Kiro tree:
npx @lucasviola/specwiki generate --project examples/kiro-harness-parcel
npx @lucasviola/specwiki open --project examples/kiro-harness-parcel
Quick start (fictional)¶
npm install
npm test
npx parcel-path track --id DEMO-1001
Project layout (planned)¶
.kiro/
steering/ # persistent project context
specs/track-command/ # requirements.md + design.md + tasks.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/.
13 spec files indexed.
Kiro Specs
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