next

Solid

Report unfinished brief/propose/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.

Web & Frontend 12 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
37
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

<objective> Answer "what is left to do and how do I resume it" by scanning this repo's brief/propose artifacts, classifying open vs done from their frontmatter, and emitting the single best next command. Read-only. This skill routes; it never builds (that is ship). </objective> <how_it_works> The state lives in the artifacts themselves, not a separate ledger: - brief: `docs/brief/<slug>/brief.md` frontmatter `status` (draft -> ready -> shipped) + `tasks.md` checkboxes for progress. - propose: `docs/proposals/.../PROPOSAL.md` frontmatter `status` (Draft -> Review -> Accepted -> shipped). - OPEN = brief `ready`/`in_progress` or propose `Accepted`. DONE = `shipped`/`superseded`/`Rejected` (hidden). WIP = still authoring (`draft`/`Review`). - `resume_cmd` in frontmatter wins; otherwise it is derived from the path (`/ship <folder-or-PROPOSAL.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 brief/propose/ship maintain. </how_it_works> <steps> 1. Run the scanner from the repo root. Locate `scripts/scan.cjs` under THIS skill's base directory (shown when the skill loads); when installed as a plugin it is `${CLAUDE_PLUGIN_ROOT}/skills/next/scripts/scan.cjs`: `node <this-skill-dir>/scripts/scan.cjs [--all] [<extra-repo-roots>]` - default: the OPEN board + the recommended `Next:` command. - `--all`: also show in-authoring and done items. ...

Details

Author
mirkobozzetto
Repository
mirkobozzetto/arsenal
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category