Flight Levels methodology for project and work management. Use when planning projects, decomposing work into tasks, deciding document types, managing phases, or coordinating initiatives. Applies Kanban-based pull systems and hierarchical work alignment (Vision -> Strategy -> Initiative -> Task). Teaches when and why to use Metis tools.
Teaches Flight Levels methodology for project management using Metis. Guides when to create visions, strategies, initiatives, and tasks, and how to decompose work into pull-based Kanban flow aligned to business objectives.
/plugin marketplace add colliery-io/metis/plugin install metis@colliery-io-metisThis skill inherits all available tools. When active, it can use any tool Claude has access to.
decision-trees/document-type.mddecision-trees/when-to-adr.mdmethodology/anti-patterns.mdmethodology/core-principles.mdmethodology/decomposition.mdmethodology/phase-transitions.mdmethodology/preset-selection.mdpatterns/feature-development.mdpatterns/greenfield.mdpatterns/incident-response.mdpatterns/tech-debt.mdThis skill teaches Flight Levels methodology for work management using Metis. It extends the Metis MCP server with judgment and methodology guidance.
metis init or via MCP)The Metis MCP server teaches you how to use the tools. This skill teaches you when and why.
See methodology/core-principles.md for:
See methodology/preset-selection.md for:
See methodology/decomposition.md for:
See methodology/phase-transitions.md for:
See methodology/anti-patterns.md for:
Apply these patterns based on your situation:
When unsure what to do:
| Type | Purpose | Parent Required |
|---|---|---|
| Vision | North star objectives | No |
| Strategy† | Coordinated approaches | Vision |
| Initiative | Capability increments | Strategy or Vision‡ |
| Task | Atomic work units | Initiative |
| Task (backlog) | Ad-hoc work (bug/feature/debt) | No* |
| ADR | Architectural decisions | No |
*Backlog items are tasks created with backlog_category parameter instead of parent_id. Use reassign_parent to move them into an initiative later, if desired.
†Strategy documents are only available in the Full preset. See preset-selection.md.
‡In Streamlined preset (no Strategy), Initiatives parent directly to Vision.
Check existing work before starting:
list_documents(project_path) # See all active visions, initiatives, and tasks
Always check the current state before creating new documents. This prevents duplicate work and helps you understand where new items should fit in the hierarchy.
Start a project:
initialize_project with appropriate prefixcreate_document for vision, then read_document and edit_document to fill in all sectionsDo work:
Handle ad-hoc work (bugs, features, tech debt):
When users say "create a bug/feature/tech debt ticket", create a backlog item:
create_document(type="task", title="...", backlog_category="bug") # for bugs
create_document(type="task", title="...", backlog_category="feature") # for features
create_document(type="task", title="...", backlog_category="tech-debt") # for tech debt
Then read and fill in the document with details. Either work independently (if critical) or feed into initiative later.
Clean up completed work:
archive_document(short_code="PROJ-I-0001") # Archives initiative and all its tasks
Archive completed initiatives to keep active document lists focused. Archived documents are preserved but hidden from default listings.
read_document before edit_documentcreate_document, immediately read_document then edit_document to fill in all required sections with actual contentCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.