From archcore
Plans features and initiatives across four tracks: product (idea → PRD → plan), feature (PRD → spec → plan → task-type), sources (MRD → BRD → URD), and ISO 29148 (BRS → StRS → SyRS → SRS).
How this skill is triggered — by the user, by Claude, or both
Slash command
/archcore:plan [feature or initiative] [--track product|feature|sources|iso][feature or initiative] [--track product|feature|sources|iso]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Plan a feature or initiative. Default is the product flow (idea → PRD → plan); switch with `--track`:
Plan a feature or initiative. Default is the product flow (idea → PRD → plan); switch with --track:
--track product (default) — idea → PRD → plan (lightweight)--track feature — PRD → spec → plan → task-type (formal feature lifecycle)--track sources — MRD → BRD → URD (discovery research)--track iso — BRS → StRS → SyRS → SRS (ISO 29148 cascade for regulated work)--track sources--track feature--track isoNot plan:
/archcore:decide/archcore:capture/archcore:decide (offers rule + guide continuation)/archcore:context/archcore:context| Signal | Route | Documents |
|---|---|---|
| Default — feature or initiative | → product flow | idea → prd → plan |
--track product | → product flow | idea → prd → plan |
--track feature | → feature flow | prd → spec → plan → task-type |
--track sources | → sources flow | mrd → brd → urd |
--track iso | → ISO 29148 flow | brs → strs → syrs → srs |
| User says "just a plan" or "only the plan document" | → single plan | plan only |
| Ambiguous arguments | → ask one question | "Full feature plan (idea + PRD + plan) or just a plan document?" |
For --track sources and --track iso, the chain may continue into a product or feature flow afterwards — the reference for each track documents the natural follow-ups.
Content voice: default to architectural prose — decisions, rationale, intent.
See skills/_shared/precision-rules.md Rule 6. Code blocks only where the
document type requires it (rule, guide, cpat) or the user asks.
Parse $ARGUMENTS:
--track <name> is present and valid (product|feature|sources|iso), record the chosen track.product.--track <name> from $ARGUMENTS so the remainder is treated as the topic.Open exactly one reference file based on track:
product → skills/plan/references/product-flow.mdfeature → skills/plan/references/feature-flow.mdsources → skills/plan/references/sources-flow.mdiso → skills/plan/references/iso-flow.mdFollow the steps in that reference verbatim — they own check-existing, scope determination, per-document elicitation, content composition, and relation wiring.
If the user explicitly said "just a plan" or "only the plan document":
mcp__archcore__create_document(type="plan").After the chosen flow completes, suggest mcp__archcore__add_relation calls to link the chain into existing ADRs, specs, or related plans.
The matching chain of documents per the chosen track. Single-plan: one plan document. Report: paths, relations, recommended next actions (e.g., "consider creating a spec for the technical contract — run /archcore:decide with 'and formalize the contract' for an ADR-spec-plan cascade").
npx claudepluginhub archcore-ai/plugin --plugin archcoreCreates structured plans for multi-step tasks including software features, implementations, research, or projects. Deepens plans via interactive sub-agent reviews.