arsenal
Use when the user invokes Arsenal, needs help choosing an approach, or wants an end-to-end task handled with the installed Arsenal skills.
Read or explicitly record project progress using the existing deterministic trace script.
$ npx -y skills add mirkobozzetto/arsenal --skill trace --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/traceContext preview
The summary Claude sees to decide when to auto-load this skill.
Read or explicitly record project progress using the existing deterministic trace script.
name: trace description: Read or explicitly record project progress using the existing deterministic trace script. argument-hint: "[done <what> --files a,b --id id --status shipped] [--read n]"
Use scripts/trace.cjs for reading or requested entries in .claude/trace.md. No new format or LLM reviewer. The mechanical hook records file activity, not successful delivery; never upgrade wip to shipped without evidence.
Keep this cross-session activity log distinct from a ship run's task intent. Do not copy every event between them. The runtime owns process/evidence state. Only record a manual intent entry when asked. Read recent entries and stop; do not reopen the work they describe.
Work solo. Ask before any subagent or reviewer, even in auto mode. Explain the independent scope and expected benefit first. No hidden advisor, nested delegation, model retuning, repeated successful checks, or progress spam. Use existing context before asking questions. Stop when the requested result is delivered. User stops and scope changes override pending steps.
Portable workflow skills and controlled runtime for Pi, OMP, Codex, and Claude Code
Repo: mirkobozzetto/arsenal
Use when the user invokes Arsenal, needs help choosing an approach, or wants an end-to-end task handled with the installed Arsenal skills.
Write a product brief and its task list when the user requests a product specification. Never implement it.
Create, update or resume a GitHub issue as durable resolution memory when requested.
Report unfinished work and the exact next action from existing artifact states. Never resume or implement automatically.
Design a concrete technical proposal with evidence and tradeoffs when a decision needs design. No implementation or automatic reviewer.
Implement a clear request or an approved brief/proposal. Work solo, make the smallest sufficient change, verify the changed behavior, and stop. Ask before any…