Help us improve
Share bugs, ideas, or general feedback.
From metis
This skill should be used when the user asks "what document type should I create", "create a bug ticket", "create a feature request", "should this be a task or initiative", "when to use an ADR", "track this bug", "log this tech debt", or needs help choosing between vision, strategy, initiative, task, backlog item, or ADR document types.
npx claudepluginhub colliery-io/metisHow this skill is triggered — by the user, by Claude, or both
Slash command
/metis:document-selectionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill helps choose the right Metis document type for different kinds of work.
This skill should be used when the user asks to "start a new project", "greenfield project", "tech debt campaign", "incident response", "feature development", "which preset", "initialize metis", "set up project", or needs guidance on project setup, choosing presets, and applying patterns for different work types.
Structured project planning and PRD generation with three modes: new (kickoff with repo scaffolding), feature (compact PRD), retro (data-driven retrospective). Uses researched Q&A engine to produce documents and prioritized issues.
Interactively guides users to create structured work items for features, bugs, tasks, spikes, or epics in meta/work/. Populates template with assumptions, open questions, and drafting notes for clear specs.
Share bugs, ideas, or general feedback.
This skill helps choose the right Metis document type for different kinds of work.
Is this work, or is it a decision?
Does this define WHY the project exists?
Does this coordinate multiple capability increments?
Does this create a fundamental capability increment?
Is this a discrete, completable piece of work?
| Type | Purpose | Parent Required |
|---|---|---|
| Vision | North star objectives | No |
| Strategy | Coordinated approaches | Vision (published) |
| Initiative | Capability increments | Strategy/Vision (published) |
| Task | Atomic work units | Initiative (decompose/active phase) |
| Backlog Item | Ad-hoc bugs/features/debt | No |
| ADR | Architectural decisions | No |
Parent phase guidance:
reassign_parent enforces initiative phase (must be decompose/active)When users request work items using common terms, map to Metis document types:
| User Says | Create |
|---|---|
| "bug ticket", "bug", "defect" | create_document(type="task", backlog_category="bug", ...) |
| "feature ticket", "feature request" | create_document(type="task", backlog_category="feature", ...) |
| "tech debt ticket", "tech debt" | create_document(type="task", backlog_category="tech-debt", ...) |
| "project", "epic", "feature work" | Initiative (with parent) |
| "work item", "ticket" | Task (if has parent) or Backlog Item (if standalone) |
Create when:
Not a vision: "Build feature X" (initiative), "Fix bugs" (operational), "Q1 goals" (strategy or initiatives)
Create when (Full preset only):
Fields:
stakeholders - List of stakeholders involvedrisk_level - One of: low, medium, high, critical (defaults to medium)Not a strategy: Single project (initiative), a decision (ADR), a wish list (backlog)
Create when:
Not an initiative: Single task, ongoing operations (backlog), aspiration without commitment (keep in backlog)
Create when:
Not a task: Work with no parent (backlog item), work too large (break down or make initiative)
Create when:
Categories: bug, feature, tech-debt
Moving backlog items: Use reassign_parent to move a backlog item into an initiative, or move a task back to backlog.
Create when:
Not an ADR: Trivial decisions, work to be done (task/initiative), meeting notes
| Mistake | Problem | Fix |
|---|---|---|
| Task that takes months | Wrong granularity | If it has subtasks, make it an initiative |
| Initiative for every idea | Overhead | Use backlog items, promote when committed |
| Strategy for single project | Wrong level | Strategy coordinates multiple initiatives |
| ADR for implementation | Confusion | ADR records decision; tasks implement it |
Task vs Initiative: Does it need discovery/design phases? If yes, initiative.
Initiative vs Backlog: Committing to it now? If no, backlog.
Backlog vs Task: Does it have a parent? If no, backlog.
Cross-cutting work: Create initiative under most relevant parent; tasks can reference other initiatives.
For detailed decision trees and edge cases:
references/decision-trees.md - Complete decision frameworkreferences/when-to-adr.md - ADR-specific guidance