Skip to content
Documentation
Skill

/sync

Synchronize task files and source-of-truth documents. Update NEXT-TASKS.md, FUTURE-ENHANCEMENTS.md, README, and CHANGELOG to reflect current project state.

From plugin
cortex-tms
1816 skills
Install
$ npx -y skills add cortex-tms/cortex-tms --skill sync --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/sync

Context 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.

SKILL.md

sync.SKILL.md
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

Sync

Synchronize Cortex TMS task files and documentation.

Steps

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.

Rules

  • Do not modify src/, bin/, templates/, or any code files
  • Follow the Propose/Justify/Recommend framework for any non-obvious changes
  • If unsure whether something should be archived or updated, ask the user

Arguments

$ARGUMENTS

Ships withcortex-tms

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.

Get the whole plugin
Stats
181
Stars
7
Forks
Active
Maintenance
MDX
Language
MIT
License
1d ago
Last commit
7mo ago
Created

Repo: cortex-tms/cortex-tms