mature
Installation
SKILL.md
mature
Add a tool maturity index to README.md, label each CLI entry with a maturity emoji, and make the repo rules in AGENTS.md require maturity labels for future tools.
Workflow
- Read
README.mdandAGENTS.md. - Add or update a
## Tool maturitysection inREADME.mdbefore the CLI index using exactly:🌱 seed: just testing, might not work🪴 sprout: has seen some use, might still have hardcoded assumptions and not generalized🌳 oak: battle tested. good for general usage
- Update each CLI bullet in
README.mdto include exactly one maturity emoji before the linked tool name. - Preserve the existing README bullet format apart from the added maturity marker.
- Update
AGENTS.mdso future CLI additions must:- keep the
## Tool maturitysection present and current - include a maturity emoji/classification in each CLI index bullet
- use exactly the same
🌱 / 🪴 / 🌳definitions as the README legend
- keep the
- If the user provides tool classifications, apply them directly.
- If the user asks to add a new tool and does not provide a maturity level, ask for one or clearly note the assumption you made.