implement
Implement an approved plan. Write code, tests, and docs following the sprint checklist in NEXT-TASKS.md.
Research the codebase and create an implementation plan following Propose/Justify/Recommend. Use this before any feature, fix, or refactor.
$ npx -y skills add cortex-tms/cortex-tms --skill plan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/planContext preview
The summary Claude sees to decide when to auto-load this skill.
Research the codebase and create an implementation plan following Propose/Justify/Recommend. Use this before any feature, fix, or refactor.
name: plan description: Research the codebase and create an implementation plan following Propose/Justify/Recommend. Use this before any feature, fix, or refactor. disable-model-invocation: true allowed-tools: Read, Glob, Grep, WebSearch, WebFetch, Edit, Write, Task, EnterPlanMode, ExitPlanMode, AskUserQuestion
You are planning a feature for Cortex TMS. Enter plan mode immediately.
1. **Enter plan mode** — use EnterPlanMode before doing anything else 2. **Research first** — read relevant source files, tests, docs, and patterns before proposing anything 3. **Follow Propose/Justify/Recommend**:
4. **Write the plan** — update NEXT-TASKS.md with a sprint checklist (- [ ] items) and acceptance criteria 5. **Update task files if needed**:
6. **Exit plan mode** — present the plan for user approval via ExitPlanMode 7. **STOP** — do not write any code. Wait for the user to approve or give feedback.
$ARGUMENTS
The Universal AI-Optimized Project Boilerplate. A Tiered Memory System (TMS) designed to maximize AI agent performance. Includes an interactive CLI tool and a high-signal documentation standard.
Repo: cortex-tms/cortex-tms
Implement an approved plan. Write code, tests, and docs following the sprint checklist in NEXT-TASKS.md.
Scaffold a new CLI command for Cortex TMS following the existing codebase patterns.
Guide through the Cortex TMS release process — version bump, changelog, sync, tag, publish. Every step requires user approval.
Synchronize task files and source-of-truth documents. Update NEXT-TASKS.md, FUTURE-ENHANCEMENTS.md, README, and CHANGELOG to reflect current project state.
Run the full quality gate — tests, lint, build, and cortex-tms validate --strict.