Next
Report unfinished prd/rfc/ship work in this repo and the exact command to resume each, ranked by what to do now. Use when the user asks "what's next", "what's left", "where do I resume", "/next", "la suite", or to re-orient after a context reset. Reads artifact frontmatter as the source of truth; never implements.From its SKILL.md
npx -y skills add mirkobozzetto/arsenal --skill nextAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 12 stars12 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `node <this-skill-dir>/scripts/scan.cjs [--all] [<extra-repo-roots>]`.
SKILL.md
2.7 KB, 609 tokens by cl100k_base, as published. Nobody here has run it
<how_it_works> The state lives in the artifacts themselves, not a separate ledger:
- prd:
docs/prd/<slug>/prd.mdfrontmatterstatus(draft -> ready -> shipped) +tasks.mdcheckboxes for progress. - rfc:
docs/rfcs/.../RFC.mdfrontmatterstatus(Draft -> Review -> Accepted -> shipped). - OPEN = prd
ready/in_progressor rfcAccepted. DONE =shipped/superseded/Rejected(hidden). WIP = still authoring (draft/Review). resume_cmdin frontmatter wins; otherwise it is derived from the path (/ship <folder-or-RFC.md>).
Because the board is DERIVED on read, it self-prunes the instant ship flips a status. No file to keep in sync. See references/state-contract.md for the exact frontmatter fields prd/rfc/ship maintain.
</how_it_works>
What ships with it: 2 files
9.7 KB alongside SKILL.md, 1 of them executable
references/
- state-contract.md1.7 KB
scripts/
- scan.cjsruns8.0 KB