filigree-workflow

A local issue-tracking workflow for managing tasks, bugs, features, and work shared by one or more coding agents.

In plain words
What is it for?
It helps find the next workable issue, claim work safely, triage bugs, coordinate agents, plan milestones, and close completed issues.
Why use it?
It gives work a defined path from finding an available issue through claiming, doing, and closing it, while handling blockers and status rules.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/foundryside-dev/plainweave/filigree-workflow
Any agent
npx skills add foundryside-dev/plainweave --skill filigree-workflow
Clone the repo
git clone --depth 1 https://github.com/foundryside-dev/plainweave

Made for: Claude Code, Codex.

Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,335 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00103 $0.03335
Opus 5 $0.00051 $0.01667
Sonnet 5 $0.00021 $0.00667
Haiku 4.5 $0.00010 $0.00333

Measured yesterday against content hash 88a794bcf600, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

filigree-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/filigree-workflow/SKILL.md · 326 lines

How it starts

The opening of the file, as written. The whole thing — 326 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Filigree Workflow

Filigree is an agent-native issue tracker that stores data locally in .filigree/. This skill provides procedural knowledge for using filigree effectively — as a solo agent or in a multi-agent swarm.

Core Workflow

Every task follows this lifecycle:

filigree ready                                      → find available work (no blockers)
filigree show <issue-id>                            → read requirements and context
filigree transitions <issue-id>                     → check valid status transitions
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"

Or skip steps 1–3 entirely with filigree start-next-work --assignee <name> to grab the highest-priority startable issue.

Ready ≠ startable. The working status is type-specific (tasks → in_progress, features → building). Bugs start at triage, which has no single-hop transition into work — they walk triage → confirmed → fixing. So a triage bug is ready but not directly startable: start-work on one returns INVALID_TRANSITION naming the next status to move through, and start-next-work skips it. ready items carry a startable flag (and a next_action hint when false). Pass --advance to either command to walk the soft transitions automatically (triage → confirmed → fixing) instead of being blocked or skipped.

Always close with a --reason — it becomes audit trail for the next agent.

Priority Semantics

Priority Meaning Action
P0 Critical Drop everything. Production is broken.
P1 High Do next. Current sprint must-have.
P2 Medium Default. Normal backlog work.
P3 Low Nice to have. Do when P1/P2 are clear.
P4 Backlog Someday. Don't schedule unless promoted.

When triaging, use filigree batch-update <ids...> --priority=N for bulk changes.

Read the full file on GitHub · 326 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 326 lines · 103 tokens per session scan A 88a794bcf600

Subscribe to this mod's changes

filigree-workflow is a skill published in the GitHub repository foundryside-dev/plainweave (0 stars, last pushed 1mo ago), licensed MIT. It adds 103 tokens to every session and 3,335 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

stale-sweep

Sweep the googleapis/mcp-toolbox repo for issues and PRs with no real activity in N days (default 60), sort each by whose silence it is (the author's, ours, or nobody's), and draft the nudge or close comment. Use whenever a maintainer asks for a stale sweep, backlog cleanup, or an SLO check, e.g. "stale sweep", "find…

googleapis/mcp-toolbox · 159 tokens

triage-issues

Triage GitHub issues in the googleapis/mcp-toolbox repo: propose the correct labels (type / priority / product / status), check for duplicates, verify a bug has enough info to act on, and draft a triage comment. Use whenever a maintainer asks you to triage, label, categorize, prioritize, or "look at" an issue (or a…

googleapis/mcp-toolbox · 164 tokens

github-issue-triage

Issue triage and lifecycle management agent for ZeroClaw. Use this skill whenever the user wants to: triage open issues, close stale/duplicate/fixed issues, apply labels, run a backlog sweep, enforce the current issue stale policy, or handle a specific issue. Trigger on: 'triage issues', 'issue triage', 'sweep…

zeroclaw-labs/zeroclaw · 140 tokens

trello

Manages Trello boards, lists, and cards via the Trello REST API. Use when the user wants to create cards, move tasks between lists, list boards, add comments, archive cards, or check what is on a Trello board. Handles authentication, pagination, and rate-limit awareness for all Trello REST endpoints.

elizaOS/eliza · 69 tokens

copilotkit-contribute

Use when contributing to the CopilotKit open-source project — forking, cloning, setting up the monorepo, creating branches, running tests, and submitting pull requests against CopilotKit/CopilotKit.

CopilotKit/CopilotKit · 49 tokens

triage

Triage open herdr GitHub issues into a concise decision-first Markdown table. Use when the user says "triage", asks to triage open issues, asks which issues need attention, or wants issue priority/recommendation lights for herdr.

herdrdev/herdr · 53 tokens