cadence
01Plugin Claude Code
Marketplace for cadence workflow plugin.
Plugin Claude Code
Marketplace for cadence workflow plugin.
Plugin Claude Code
A project workflow plugin called cadence that records decisions, limits, unresolved questions, and next steps during discussions. It also supports handing work from one coding session to another.
Instructions file CodexOpenCode
Instructions for hxt9805/cadence: This repository develops the cadence plugin — a domain-neutral, discussion-driven project workflow plugin that records / consolidates / retrieves AI session decisions into project archives.
Command
A command for saving the current coding-agent session's context into a handoff file.
Command
A workflow for initializing Cadence, including creating a project skeleton for a new project or scanning an existing project to record its current state.
Command
A command for continuing an earlier session by choosing from a list of handoffs, which are notes passed between work sessions.
Hook
Runs when a session starts on startup, clear and compact, executing run-hook.cmd. From hxt9805/cadence.
Skill Claude CodeCodex
Use when starting any conversation in a cadence-managed project (project root contains cadence/INDEX.md or cadence/ACTIVE.md). Establishes cadence workflow conventions — 记 / 整 / 查 三阶段记录协议, ACTIVE.md / INDEX.md state contract, domain-neutral adaptive recording fidelity, session start behaviors, and subagent dispatch…
Skill Claude CodeCodex
A session-handoff helper for cadence projects that turns the current discussion into a short bookmark for continuing later.
Agent
A helper that writes selected decisions, pending questions, constraints, tasks, and incident details into a cadence project's handoff records.
Skill Claude CodeCodex
A setup command for cadence, a workflow that records project decisions, open questions, discussions, and next steps in files. It can prepare a new project or inspect an existing one.
Agent
A project-scanning helper that reads an existing project and creates a summary of it plus a list of conflicting information found in different sources.
Skill Claude CodeCodex
A session-resume helper for the cadence project workflow, which stores conversation handoffs so work can continue after starting a new session.
Agent
A supporting agent for the cadence workflow that compares an earlier handoff snapshot with the project's current notes and reports what changed. A handoff is a written record that helps work continue in a later session.
Skill Claude CodeCodex
A project-discussion management workflow that keeps track of decisions, open questions, project context, and incidents. It uses a project's cadence files, which are shared records for ongoing discussions and decisions.
Agent
A planning-only helper that recalls relevant discussion and project records before a decision is made, then reports matching evidence, conflicts, and supported inferences.
Agent
A planning-only helper that organizes mature discussion entries into a canonical discussion document, which is the main archived record for a topic.
Agent
只读: 跨 session 检索 streaming/discussions/ACTIVE.md/INDEX.md,返回 <500 tokens 摘要+pointers 给主 session。.