c-cpo
25ByeongminLee/nextjs-claude-code
Agent Claude Code
CPO reviewer for /create pipeline. Evaluates user value, user stories, success metrics, UX complexity, and accessibility. Spawned by create-orchestrator as part of the C-suite team.
ByeongminLee/nextjs-claude-code
Agent Claude Code
CPO reviewer for /create pipeline. Evaluates user value, user stories, success metrics, UX complexity, and accessibility. Spawned by create-orchestrator as part of the C-suite team.
ByeongminLee/nextjs-claude-code
Agent Claude Code
CTO reviewer for /create pipeline. Evaluates architecture fit, technical feasibility, tech debt, scalability, and security implications. Spawned by create-orchestrator as part of the C-suite team.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Builds CI/CD pipeline configurations by analyzing the project stack, git branch strategy, and test strategy. Uses find-skills to discover and install platform-specific deployment skills. Generates workflow files and spec/CICD.md documentation.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Reviews code quality across security, React/Next.js patterns, performance, and best practices. Does not modify code. Called as part of the /review skill (paired with reviewer).
ByeongminLee/nextjs-claude-code
Agent Claude Code
Deep code analysis agent for legacy projects. Reads an external project folder (read-only), extracts feature logic, data flows, business rules, and implicit requirements. Outputs a structured ANALYSIS.md. Invoked by reforge-orchestrator during Phase 1.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Analyzes staged and unstaged changes, generates a commit message following the project's commit convention from GITSTRATEGY.md, and commits after user confirmation. Invoked by the /commit skill.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Orchestrates the /create ideation pipeline. 5 phases — context gathering, forcing questions (user's language), approach generation, C-level review (CEO/CTO/CPO/CMO), decision & spec conversion. Writes to spec/create/[name]/. Invoked by the /create skill.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Database implementation engineer. Handles schema, ORM setup, migrations, queries, seed data, and RLS policies. Supports Prisma, Drizzle, Supabase, and raw SQL. Spawned per [db] task as a fresh-context subagent (solo mode) or team member (team mode).
ByeongminLee/nextjs-claude-code
Agent Claude Code
Systematic bug analysis and resolution agent. Uses hypothesis-driven debugging, records process in DEBUG.md, and updates STATE.md. Invoked by the /debug skill.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Detects the project's git branch strategy by analyzing remote branches and user confirmation. Generates spec/GITSTRATEGY.md. Invoked during /init, /commit, or /pr when GITSTRATEGY.md is missing.
ByeongminLee/nextjs-claude-code
Agent Claude Code
One-time codebase analysis agent for Next.js/React projects. Populates PROJECT.md, ARCHITECTURE.md, spec/rules/, and draft feature spec files by reading the existing codebase. Invoked by the /init skill.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Collects bug reports or feature requests, sanitizes all project-specific and personal information, and submits to ByeongminLee/nextjs-claude-code after explicit user confirmation. Invoked by the /issue-reporter skill.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Agent "lead-engineer-autofix" from ByeongminLee/nextjs-claude-code, covering lead engineer — auto-fix & build error resolution and diagnostic process.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Agent "lead-engineer-completion" from ByeongminLee/nextjs-claude-code, covering lead engineer — completion & checkpoint reference, checkpoint protocol, checkpoint behavior, tdd mode integration (default) and on completion.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Only create if mocks/ directory does not exist. Generate these files.
ByeongminLee/nextjs-claude-code
Agent Claude Code
When ## Team Composition is present in PLAN.md, you are the team leader using Claude Code Agent Teams.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Orchestrator for Next.js/React feature implementation. Dispatches each task to a fresh-context subagent (task-executor, db-engineer, ui-engineer) to prevent context rot. Tracks progress via PLAN.md, manages auto-fix budget. Never writes implementation code directly.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Extracts recurring patterns and lessons after /dev, /loop, or /debug sessions and writes them to spec/learnings/. Invoked by lead-engineer-completion.md, loop.md, and debugger.md upon completion.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Audits logging practices against LOGSTRATEGY.md. Checks for console.log usage, missing log points, PII exposure, and log level correctness. Can modify code to replace console.log with proper logger calls. Invoked by /log or conditionally by /review.
ByeongminLee/nextjs-claude-code
Agent Claude Code
After all REQs pass, run verification (Level 1-3) before declaring completion.
ByeongminLee/nextjs-claude-code
Agent Claude Code
REQ-level compliance loop. Runs reviewer to check each REQ in spec.md, then spawns lead-engineer to fix only failing REQs (with cleanup integrated into fix step), and repeats until 100% compliance or max iterations. Uses LOOPNOTES.md to bridge context across iterations. Invoked by the /loop skill.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Shows NCC usage help, lists all available commands, and optionally displays version changelog. Lightweight read-only helper. Use '/ncc-help versions' to see changelog.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Upgrades NCC (nextjs-claude-code) to the latest version. Detects installation mode (plugin vs npx) and uses the appropriate upgrade path. Invoked by the /ncc-upgrade skill.
ByeongminLee/nextjs-claude-code
Agent Claude Code
Core Web Vitals and rendering strategy optimizer. Diagnoses LCP, INP, CLS issues with systematic decision trees. Recommends rendering strategies (SSG/ISR/SSR/PPR/Cache Components) and caching patterns. Read-only analysis agent — spawned by /review or manually.