DangQuangSE/team-development-skills
Skill Claude CodeCodex
Phase 1 of the SRS workflow. User gives a project topic → AI runs a deep, categorized brainstorm (5 mandatory rounds) to fully understand actors, features, scope boundary, tech constraints, and business rules before writing anything.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Phase 6 of the SRS workflow. Reads approved plan files and generates a complete IEEE 830-compliant SRS — one file per section, no word limit. A full SRS may span 300+ pages across all files.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Phase 8 of the SRS workflow. Generates an improvement report covering deferred features, technical risks, validation warnings, and next-version candidates. No word limit.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Phase 4 of the SRS workflow. Reads spec.md and writes one detailed plan file per SRS section (§1–§3 + Appendices). Each file is a complete blueprint for the corresponding SRS section. No word limit.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Phase 9 of the SRS workflow. Saves all project context to context/ files so future Claude sessions can resume without re-reading the full SRS.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Phase 2 of the SRS workflow. Reads projects/{slug}/brainstorm.md and writes a comprehensive spec.md. No word limit.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Phase 7 of the SRS workflow. Runs srsvalidator.py --dir on the generated SRS files, reports errors and warnings, auto-fixes ERRORs, and outputs a COMPLIANT / PARTIALLY COMPLIANT / NON-COMPLIANT verdict.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Generate IEEE 830 SRS from raw requirements. Use when the user says "write SRS", "generate requirements doc", "analyze requirements", "I have raw requirements from a client", or pastes a client email/chat/PRD.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Full SRS workflow: Brainstorm → Spec → Plan (per-section files) → User Review → SRS Generation → Validation → Improvement Report → Context Save. Use when user provides a project topic and wants a complete requirements pipeline.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
BA (Business Analyst) agent. Analyzes requirements and produces 4 artifact files: requirements.md, user-stories.md, acceptance-criteria.md, business-rules.md. Use --srs to load from SRS workflow artifacts (spec.md / brainstorm.md). Part of the Virtual Team Skill pipeline.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
BE Dev (Backend Developer) agent. Reads BA + TechLead + PM artifacts and generates backend source code files, .env.example, and pr-description.md. No hardcoded credentials. Part of the Virtual Team Skill pipeline.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
FE Dev (Frontend Developer) agent. Reads BA + TechLead + PM + BE artifacts and generates frontend source code files and pr-description.md. Part of the Virtual Team Skill pipeline.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Utility skill. Lists all projects under the projects/ directory and shows which Virtual Team pipeline phases have been completed for each project.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
PM (Project Manager / Scrum Master) agent. Reads BA and TechLead artifacts and produces sprint plan, task breakdown, and story point estimates. Creates one TodoWrite entry per sprint task for live pipeline tracking (FR-42). Part of the Virtual Team Skill pipeline.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
QA/QC agent. Reads ALL pipeline artifacts (BA + TechLead + PM + BE + FE + Tester) and produces quality-report.md, compliance-check.md, and sign-off.md. Declares Gate 3: Release Sign-off (advisory only — operator has final authority). Part of the Virtual Team Skill pipeline.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
TechLead (Senior Technical Lead) agent. Reads all BA artifacts and produces system architecture, technology stack, ERD, sequence diagrams, and ADRs. Declares Gate 1: Design Freeze. Part of the Virtual Team Skill pipeline.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Tester agent. Reads ALL preceding artifacts (BA + TechLead + PM + BE + FE) and produces test plan, test cases (unit/integration/e2e), and bug report template. Declares Gate 2: UAT Readiness. Part of the Virtual Team Skill pipeline.
DangQuangSE/team-development-skills
Skill Claude CodeCodex
Full-pipeline orchestrator. Runs all 7 agents (BA → TechLead → PM → BE Dev → FE Dev → Tester → QA/QC) in sequence by invoking each per-agent skill via the Skill tool. All writes go through the prewritevalidator.py hook for hard enforcement. Use per-agent commands (/team-ba, /team-techlead, etc.) for manual control.
DangQuangSE/team-development-skills
Agent Claude Code
Generic code review agent. Reads CLAUDE.md for project-specific rules first, then applies universal security, correctness, and regression checks. Use immediately after writing or modifying code. Does not re-score architecture/maintainability — that is ck:quality's job; if a ck:quality report already exists for the…
DangQuangSE/team-development-skills
Agent Claude Code
Root cause analysis agent. Used by /fix (receives scout evidence report) and /cook (receives tester failure output). Forms hypotheses, confirms/rejects against codebase, applies a minimal fix, and reports findings.
DangQuangSE/team-development-skills
Agent Claude Code
Finalize sub-agent used by /cook and /fix. Identifies which docs were affected by the implementation and updates them minimally to reflect the new state.
DangQuangSE/team-development-skills
Agent Claude Code
Finalize sub-agent used by /cook and /fix. Stages changed files, creates conventional commits, and asks the user whether to push. Never force-pushes or skips hooks.
DangQuangSE/team-development-skills
Agent Claude Code
Red-team reviewer for the /plan pipeline. Reads plan.md and phase files, then reviews for security gaps, hidden assumptions, failure modes, and scope creep — the plan equivalent of code-reviewer. Returns structured findings with ACCEPTED/NOTED verdicts.