Next
Mirko Bozzetto's curated skills for AI coding agents (Claude Code, Codex, Cursor, ...)
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.
One thing 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.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
2.7 KB, 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>