implement
Implement an approved plan. Write code, tests, and docs following the sprint checklist in NEXT-TASKS.md.
Synchronize task files and source-of-truth documents. Update NEXT-TASKS.md, FUTURE-ENHANCEMENTS.md, README, and CHANGELOG to reflect current project state.
$ npx -y skills add cortex-tms/cortex-tms --skill sync --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/syncContext preview
The summary Claude sees to decide when to auto-load this skill.
Synchronize task files and source-of-truth documents. Update NEXT-TASKS.md, FUTURE-ENHANCEMENTS.md, README, and CHANGELOG to reflect current project state.
name: sync description: Synchronize task files and source-of-truth documents. Update NEXT-TASKS.md, FUTURE-ENHANCEMENTS.md, README, and CHANGELOG to reflect current project state. disable-model-invocation: true allowed-tools: Read, Glob, Grep, Edit, Write, Bash
Synchronize Cortex TMS task files and documentation.
1. **Read current state** — check NEXT-TASKS.md, FUTURE-ENHANCEMENTS.md, README.md, CHANGELOG.md, package.json 2. **Update NEXT-TASKS.md** — mark completed items, remove stale tasks, add new items if discussed 3. **Update FUTURE-ENHANCEMENTS.md** — sync status markers (Planned/In Progress/Complete) 4. **Truth-sync source-of-truth files** — ensure README, CHANGELOG reflect what actually shipped 5. **Archive if needed** — move completed sprint content to docs/archive/ 6. **Run validation** — `node bin/cortex-tms.js validate --strict` to confirm health 7. **Show changes** — run git diff and present for approval. Do not commit without approval.
$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.
Run the full quality gate — tests, lint, build, and cortex-tms validate --strict.