From archcore
Generates linked PRD, spec, plan, and task-type documents for full feature delivery flow. For well-scoped features needing formal specification and repeatable patterns.
npx claudepluginhub archcore-ai/plugin --plugin archcoreThis skill uses the workspace's default tool permissions.
Full feature lifecycle from requirements to repeatable implementation pattern. Best for well-scoped features that need formal specification and a recurring delivery pattern.
Generates linked idea → PRD → plan documents via archcore tools with user prompts. For individual features, small teams, rapid prototyping.
Analyzes feature requests, maintains PRDs, and decomposes into tracks with work breakdowns and execution order. For new feature planning, architecture changes, requirements analysis, or plan adjustments.
Generates structured Product Requirements Documents (PRDs) by gathering project context from files and commits, asking 3-5 clarifying questions with lettered options, and producing sections like user stories, functional requirements, non-goals, and success metrics.
Share bugs, ideas, or general feedback.
Full feature lifecycle from requirements to repeatable implementation pattern. Best for well-scoped features that need formal specification and a recurring delivery pattern.
mcp__archcore__list_documents(types=["prd", "spec", "plan", "task-type"]) — see what exists. If $ARGUMENTS provided, check for duplicates on this topic.
If related documents already exist (e.g., a PRD without a spec), pick up where the chain left off — don't recreate.
Use the AskUserQuestion tool to ask: "What problem does this solve? What are the success metrics?"
Compose content covering Vision, Problem Statement, Goals and Success Metrics, Requirements. Create via mcp__archcore__create_document(type="prd").
Use the AskUserQuestion tool to ask: "What is the technical contract? What is the API surface?"
Compose content covering Purpose, Scope, Authority, Subject, Contract Surface, Normative Behavior, Constraints, Invariants, Error Handling, Conformance. Create via mcp__archcore__create_document(type="spec").
Add relation: mcp__archcore__add_relation — spec implements prd.
Use the AskUserQuestion tool to ask: "What are the implementation phases? What are the blockers?"
Compose content covering Goal, Tasks (phased), Acceptance Criteria, Dependencies. Create via mcp__archcore__create_document(type="plan").
Add relation: mcp__archcore__add_relation — plan implements spec.
Use the AskUserQuestion tool to ask: "What's the recurring implementation pattern? What are the key steps each time?"
Compose content covering Context, Steps, Checklist, Pitfalls. Create via mcp__archcore__create_document(type="task-type").
Add relation: mcp__archcore__add_relation — task-type related plan.
Check for ADRs, rules, or other documents that should be linked. Suggest additional add_relation calls.
Four linked documents: PRD → spec → plan → task-type (spec implements prd, plan implements spec, task-type related plan).