sentasity

20 mods across 1 repository, 1 stars between them.

cadence

01

sentasity/cadence

Plugin Claude Code

Cadence — agentic design/plan/execute system.

1 6d ago A tokens not measured original MIT

cadence

02

sentasity/cadence

Plugin Claude Code

Phase-aware, sub-agent-driven design/plan/execute system with explicit OOS discipline and post-deploy validation.

1 6d ago A tokens not measured original MIT

docs-site

03

sentasity/cadence

Skill Claude CodeCodex

Repo-local docs-maintenance dev skill for the Cadence documentation site (the Starlight project in website/). NOT a distributed plugin skill — it never ships to Cadence users. A thin dispatcher that routes to one of three self-contained actions: drift-check (semantically compare each reference page against its source…

1 6d ago A 141 tokens original MIT

cadence CLAUDE.md

04

sentasity/cadence

Instructions file

Claude Code instructions for sentasity/cadence, covering cadence repo conventions, config reads go through the resolver and tests.

1 6d ago A 178 tokens original MIT

sentasity/cadence

Agent

Reviews an implementer's diff against repo conventions. Second of two review stages. Runs AFTER cadence-spec-reviewer approves. Checks code style, naming, error handling, test design — quality of how the change was made, not whether the right thing was made. Conflicts with spec-reviewer's findings are resolved by spec…

1 6d ago A 70 tokens original MIT

sentasity/cadence

Agent

Orchestrates /c-audit. Reads the plan + diff range + config, fans out one parameterized generic sub-agent per audit in the active roster (default + optional), synthesizes per-audit results into one structured report. Single shipped agent; per-audit sub-agents are dynamic invocations using audit-specific prompts from…

1 6d ago A 78 tokens original MIT

sentasity/cadence

Agent

Sweeps a freshly generated set of design or plan child docs for cross-doc consistency after parallel generation. Reconciles trivial wording itself; surfaces substantive contradictions to the PM for the user to resolve. Dispatched once by /c-design (all-at-once mode) and /c-plan after generators return.

1 6d ago A 67 tokens original MIT

cadence-implementer

08

sentasity/cadence

Agent

Implements one Cadence plan task per dispatch. Reads only the task block and the files in the task's Reads: block. Writes code, tests, commits. Returns one of four statuses (DONE / DONEWITHCONCERNS / NEEDSCONTEXT / BLOCKED) with a plain-English lead. Never reads the whole repo; never inherits parent session context.

1 6d ago A 78 tokens original MIT

sentasity/cadence

Agent

Reviews an implementer's diff against the task spec. First of two review stages. Runs after every cadence-implementer DONE. Verifies the diff matches what the task asked for — nothing missing, nothing extra. Does NOT review code quality (that's cadence-code-reviewer's job). Returns Approve or a list of spec gaps with…

1 6d ago A 76 tokens original MIT

SessionStart

10

sentasity/cadence

Hook

Runs when a session starts, running node. From sentasity/cadence.

1 6d ago A tokens not measured original MIT

c-audit

11

sentasity/cadence

Skill Claude CodeCodex

User-facing standalone skill that audits a plan against the codebase. Reads basesha: from the plan's overview frontmatter to compute the diff range. Dispatches cadence-completion-auditor agent which fans out per-audit sub-agents in parallel and synthesizes results. /c-execute does NOT route through this skill — it…

1 6d ago A 104 tokens original MIT

c-brainstorm

12

sentasity/cadence

Skill Claude CodeCodex

Interactive Q&A — works in two modes. Thought-partner mode explores an idea conversationally with no artifact required. Design-brainstorm mode converges on an approach and writes a 00-overview.md stub under /{yyyy-mm-dd-slug}/. Same Q&A discipline in both modes (one question, options with a Recommended pick, advisor…

1 6d ago A 115 tokens original MIT

c-check

13

sentasity/cadence

Skill Claude CodeCodex

Substance review of an existing design or plan. Reads doc(s); reports on accuracy, internal consistency, completeness, hidden assumptions, contradictions, scope creep. Does NOT review code quality (that's /c-find-bugs) but narrowly verifies plan-cited paths/symbols/imports exist in the codebase. Default: substance…

1 6d ago A 100 tokens original MIT

c-design

14

sentasity/cadence

Skill Claude CodeCodex

Takes a 00-overview.md stub from /c-brainstorm and materializes the full design folder (child docs in reading order, plain-English narrative, optional 97/98 sections, OOS shell). Generation modes: all-at-once (parallel generators, the default), one-by-one (write, pause for review, repeat), or inline (main session…

1 6d ago A 109 tokens original MIT

c-execute

15

sentasity/cadence

Skill Claude CodeCodex

Drives a draft-status plan to implemented. PM-and-sub-agent model — user's main session is the PM; fresh cadence-implementer per task; DAG-scheduled parallel lanes per Depends: edges with a Touches: conflict guard; two-stage review (cadence-spec-reviewer then cadence-code-reviewer, spec wins on conflicts); records…

1 6d ago A 161 tokens original MIT

c-explain

16

sentasity/cadence

Skill Claude CodeCodex

Interactive discussion of an existing design or plan — opens with a one-screen orientation (section list + plain-English summaries) then drops into open user-driven Q&A. Answers lead with plain English; cite both design sections and code locations when implementation comes up. Gaps trigger investigation (design → code…

1 6d ago A 159 tokens original MIT

c-find-bugs

17

sentasity/cadence

Skill Claude CodeCodex

Concrete defect hunting on a target. Operates on docs OR code. Different lens from /c-check ("is this good?"); this asks "what specific defects exist?" Targets: design folder, plan folder, branch, file, or --repo. Repo scope is token-heavy and requires explicit confirmation before starting. Output is a prioritized…

1 6d ago A 85 tokens original MIT

c-plan

18

sentasity/cadence

Skill Claude CodeCodex

Takes an approved design and writes an AI-readable plan folder with the same slug. Plans are exact paths, exact diffs, exact commands — no narrative. One design always becomes one plan; phase docs handle decomposition. Bidirectional linkage: writes linkeddesign: on the new plan and linkedplan: (singular) on the…

1 6d ago A 83 tokens original MIT

c-validate

19

sentasity/cadence

Skill Claude CodeCodex

Walks a plan's 96-validation.md post-deploy. Category C (prereqs) first, then A (automated), then B (manual workflow). Checks off items as it walks. Flips plan status to completed on full pass. Reads linkeddesign: and offers to flip the design to completed (user confirms).

1 6d ago A 76 tokens original MIT

c-worktree

20

sentasity/cadence

Skill Claude CodeCodex

Full git-worktree lifecycle for isolated interactive sessions — create an isolated worktree, optionally run its dev server on a dedicated port, ship the branch home by local merge or by GitHub PR, and clean up. Generic and standalone: works in any git repo with no Cadence design, plan, or other /c- skill; local merges…

1 6d ago A 212 tokens original MIT