filigree-workflow
Installation
SKILL.md
Filigree Workflow
Filigree is an agent-native issue tracker that stores its data locally in the
project. This skill is procedural knowledge for using it well — as a solo agent
or in a multi-agent swarm. Prefer the mcp__filigree__* tools when available;
fall back to the filigree CLI. filigree --help, filigree <verb> --help
and the MCP tool schemas are the authoritative catalogues.
Core Workflow
filigree session-context → ready / in-progress / critical path
filigree ready → find available work (no blockers)
filigree show <issue-id> → read requirements and context
filigree start-work <issue-id> --assignee <name> → atomically claim + transition into its working status
[do the work, commit code]
filigree close <issue-id> --reason="summary of what was done"