5-phase feature lifecycle toolkit — discover, design, sprint, review, release. Includes Stitch MCP design integration, 11-element discovery, iteration loops, quality gates, and environment promotion. From idea to production.
Slash commands available via the CKS plugin. All commands use the `/cks:` prefix.
Adopt CKS into an existing codebase mid-development — scans git history, generates CLAUDE.md, creates feature entry at sprint phase, detects secrets
Scaffold and manage an Agentic OS — architecture + memory + observability — inside any project
Show active agent sessions, claimed resources, and conflicts — multi-session coordination
Analytics tracker — GA4 event taxonomy, GTM setup, ad pixel checklist, tracking gap audit by maturity stage
Sub-agent definitions for specialized tasks. Each `.md` file defines one agent with its role, tools, triggers, and constraints.
AEO and GEO specialist for AI search visibility
Scaffolds the three-layer Agentic OS (architecture + memory + observability) inside any project. Interviews user for domains/tasks, generates .agentic-os/, memory/, and dashboard/index.html, then injects CLAUDE.md sections.
PRE-FLIGHT specialist — maps dependencies, risks, done criteria, gotchas, phase order, and instrumentation before any feature implementation starts. Dispatched by /cks:preflight and /cks:adopt.
AHE Evolution Agent — reads telemetry, governance, and harness-eval signals to propose targeted golden cases for hook validation
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions 'A/B test,' 'split test,' 'experiment,' 'conversion test,' or 'growth experiment.'
Web accessibility essentials (WCAG 2.1 AA) for production applications. Use when: building UI components, reviewing designs, adding forms, implementing navigation, checking color contrast, or preparing for production launch. Covers the 80/20 of accessibility that catches most issues.
When the user wants to generate, iterate, or scale ad creative — headlines, descriptions, primary text, or full ad variations — for any paid advertising platform.
Answer Engine Optimization and Generative Engine Optimization expertise
Agent persona — role identity, reasoning posture, domain knowledge, persona card, behavior rules, knowledge index.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Version 5.1.172 | Built 2026-06-17 |
d7758ee
A Claude Code plugin providing a 5-phase feature lifecycle — from idea to production. Discover, design, sprint, review, and release with structured workflows, AI agents, and quality gates.
flowchart TD
START([Open Claude Code]) --> HOOK
HOOK["🔁 SessionStart — automatic\nbranch · phase · last activity · active sessions"]
HOOK --> ENTRY{Where are you?}
ENTRY -->|New feature| NEW["/cks:new"]
ENTRY -->|Continue| GO["/cks:go → reads PRD-STATE\nresumes current phase"]
NEW --> P1
subgraph PLAN ["⏳ Phase 1 + 2 — spend time here"]
P1["Phase 1 · /cks:discover\n11 Elements · clarifying questions\nunambiguous intent · no guessing"]
P2["Phase 2 · /cks:design\nUX flows · API contract\nStitch screens · component specs"]
PLANMD["Atomic Plan\none task = one agent = one acceptance criterion"]
SANITY["Pre-Sprint Check\nfiles · APIs · types exist · build passes"]
P1 --> P2 --> PLANMD --> SANITY
SANITY -->|Gap found| P2
end
SANITY -->|Plan valid| P3
subgraph SPRINT ["⚡ Phase 3 · /cks:sprint — mechanical execution"]
TASK["Task N\nisolated agent · fresh context window"]
CLASSIFY{Build result}
HUMANBLOCK["▶ Action Required"]
TASK --> CLASSIFY
CLASSIFY -->|self-fix| TASK
CLASSIFY -->|plan gap| P2
CLASSIFY -->|env issue| HUMANBLOCK --> TASK
CLASSIFY -->|pass ✓| MORE{More tasks?}
MORE -->|Yes| TASK
end
MORE -->|No| LOGS["📋 Auto-logs written"]
LOGS --> GOCOMMIT["/cks:go\ncommit · push · open PR"]
GOCOMMIT --> P4
subgraph REVIEW ["Phase 4 · /cks:review"]
P4["Sprint Review · Retro\nfeedback · iteration decision"]
P4 -->|UX issues| P2
P4 -->|Logic bugs| P3
P4 -->|Scope changed| P1
end
P4 -->|Ready ✓| P5
subgraph RELEASE ["Phase 5 · /cks:release"]
P5["Dev → Staging → RC → Production\nquality gates · deploy · monitoring"]
end
P5 --> DONE["/cks:go → next feature"]
DONE --> NEW
GO --> P1
GO --> P2
GO --> P3
GO --> P4
GO --> P5
style PLAN fill:#1a1a2e,stroke:#4a4a8a,color:#ccc
style SPRINT fill:#0d1b0d,stroke:#2d5a2d,color:#ccc
style REVIEW fill:#1a0d00,stroke:#8a4a00,color:#ccc
style RELEASE fill:#0d0d1a,stroke:#3a3a8a,color:#ccc
style HOOK fill:#2a1a00,stroke:#8a5a00,color:#ccc
style LOGS fill:#1a0d2e,stroke:#5a2d8a,color:#ccc
The principle: plan slowly and precisely — sprint automatically. Every ambiguity resolved in design is an error prevented in sprint. /cks:go is your universal driver at every transition.
bash <(curl -fsSL https://raw.githubusercontent.com/cardinalconseils/claude-starter/main/install.sh)
After install, restart Claude Code. All commands are available with the /cks: prefix.
CKS detects your project automatically on first session:
🆕 CKS — First time in this project
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
/cks:adopt → Mid-development? Adopt CKS into your current work
/cks:bootstrap → Fresh start with CKS lifecycle for this project
/cks:kickstart → Got an idea? Go from idea to scaffolded project
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
why use many token when few do trick. brain still big. mouth small.
CKS ship caveman mode. Compress agent output. Cut ~65% tokens. Keep 100% technical truth. Inspired by JuliusBrussee/caveman — now first-class CKS skill.
/cks:caveman Crush recent prose (git diff)
/cks:caveman README.md Crush one file
/cks:caveman PRD-STATE.md full Pick level: lite | full | ultra | wenyan
/cks:caveman --scope=retro Crush all retro files
Auto-clarity. Caveman drop to normal prose for destructive actions, security warnings, Action Required blocks, PRD discovery questions. Clarity beat brevity when stakes high.
Want it everywhere? Dispatch the caveman-speaker agent from any CKS workflow. Skill at skills/caveman/SKILL.md. Agent at agents/caveman-speaker.md.
| Level | Cut | Use for |
|---|---|---|
lite | ~30% | Normal docs, gentle compression |
full | ~65% | Sprint reports, DEVLOG entries — default |
ultra | ~80% | Status dumps, retro bullets |
wenyan | ~85% | Symbol-heavy classical compression |
/cks:kickstart → idea → research → monetize → brand → design (ERD, schema.sql, PRD, API, architecture) → scaffold
/cks:bootstrap → scaffold → .claude/ → CLAUDE.md → .prd/ → .context/
/cks:new → start first feature → enters Phase 1
npx claudepluginhub cardinalconseils/claude-starter --plugin cksBusiness process evaluation and smart automation specialist. Turns Claude into a Make.com expert: conversational automation building, scenario auditing, AI agent creation, compliance assessment, and Telegram alerting.
AI-native BizDevOps rhythm manager for Claude Code — multi-role collaboration, change impact analysis, quality gates, goal-to-code traceability, and cross-session continuity
Development toolkit for Claude Code — plan, implement, ship, review, and assess features with AI-assisted workflows. Progressive zero-config init: auto-configures with sensible defaults on first skill invocation, no upfront ceremony required. Three-tier ceremony model: swift (lightweight), standard (mid-ceremony spec-plan-execute), and thorough (full pipeline) with severity-aware scope routing. Five entry points: arn-planning (scope router, spec, plan), arn-implementing (execute plans, swift, or standard changes), arn-shipping (commit, push, PR), arn-reviewing-pr (PR feedback), arn-assessing (codebase health). Includes arn-code-sketch for UI preview, arn-code-swift for quick implementations, and arn-code-standard for mid-ceremony changes. Includes arn-code-catch-up for retroactive documentation of out-of-pipeline commits. Pipeline preference persistence for streamlined repeat sessions. Batch pipeline: arn-code-batch-planning (multi-feature planning), arn-code-batch-implement (parallel worktree execution), arn-code-batch-merge (conflict-aware merge), arn-code-batch-simplify (cross-feature quality).
Autonomous development methodology: PRD interviews → agent execution → automated review
包含專門代理的功能開發工作流程,用於程式碼庫探索、架構設計和程式碼審查
Helder's personal SDLC toolbelt for AI coding agents — from PRD to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.
Development workflow automation including feature development, code quality, and PR management