implement
Implement an approved plan. Write code, tests, and docs following the sprint checklist in NEXT-TASKS.md.
Run the full quality gate — tests, lint, build, and cortex-tms validate --strict.
$ npx -y skills add cortex-tms/cortex-tms --skill validate --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/validateContext preview
The summary Claude sees to decide when to auto-load this skill.
Run the full quality gate — tests, lint, build, and cortex-tms validate --strict.
name: validate description: Run the full quality gate — tests, lint, build, and cortex-tms validate --strict. disable-model-invocation: true allowed-tools: Bash, Read
Run the full Cortex TMS quality gate and report results.
1. `pnpm test` — report pass/fail count 2. `pnpm run lint` — report errors and warnings 3. `pnpm run build` — report success or failure 4. `node bin/cortex-tms.js validate --strict` — report check results
$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.
Research the codebase and create an implementation plan following Propose/Justify/Recommend. Use this before any feature, fix, or refactor.
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.