huuanh20

60 mods across 1 repository, 1 stars between them.

sr:brainstorm

25

huuanh20/awesome-ai-agent-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.

1 1mo ago A 52 tokens original MIT

sr:generate

26

huuanh20/awesome-ai-agent-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.

1 1mo ago A 52 tokens original MIT

sr:improve

27

huuanh20/awesome-ai-agent-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.

1 1mo ago A 37 tokens original MIT

sr:plan

28

huuanh20/awesome-ai-agent-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.

1 1mo ago A 52 tokens original MIT

sr:save

29

huuanh20/awesome-ai-agent-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.

1 1mo ago A 36 tokens original MIT

sr:spec

30

huuanh20/awesome-ai-agent-skills

Skill Claude CodeCodex

Phase 2 of the SRS workflow. Reads projects/{slug}/brainstorm.md and writes a comprehensive spec.md. No word limit.

1 1mo ago A 32 tokens original MIT

sr:validate

31

huuanh20/awesome-ai-agent-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.

1 1mo ago A 59 tokens original MIT

cl:srs

32

huuanh20/awesome-ai-agent-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.

1 1mo ago A 54 tokens original MIT

cl:srs-flow

33

huuanh20/awesome-ai-agent-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.

1 1mo ago A 51 tokens original MIT

strategic-compact

34

huuanh20/awesome-ai-agent-skills

Skill Claude CodeCodex

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

1 1mo ago A 27 tokens copy · 97% MIT

team-ba

35

huuanh20/awesome-ai-agent-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.

1 1mo ago A 65 tokens original MIT

team-dev

36

huuanh20/awesome-ai-agent-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.

1 1mo ago A 48 tokens original MIT

team-fe

37

huuanh20/awesome-ai-agent-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.

1 1mo ago A 40 tokens original MIT

team-list

38

huuanh20/awesome-ai-agent-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.

1 1mo ago A 28 tokens original MIT

team-pm

39

huuanh20/awesome-ai-agent-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.

1 1mo ago A 58 tokens original MIT

team-qa

40

huuanh20/awesome-ai-agent-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.

1 1mo ago A 70 tokens original MIT

team-techlead

41

huuanh20/awesome-ai-agent-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.

1 1mo ago A 52 tokens original MIT

team-test

42

huuanh20/awesome-ai-agent-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.

1 1mo ago A 61 tokens original MIT

team

43

huuanh20/awesome-ai-agent-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.

1 1mo ago A 79 tokens original MIT

code-reviewer

44

huuanh20/awesome-ai-agent-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…

1 1mo ago A 86 tokens original MIT

debugger

45

huuanh20/awesome-ai-agent-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.

1 1mo ago A 49 tokens original MIT

docs-manager

46

huuanh20/awesome-ai-agent-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.

1 1mo ago A 33 tokens original MIT

git-manager

47

huuanh20/awesome-ai-agent-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.

1 1mo ago A 40 tokens original MIT

plan-reviewer

48

huuanh20/awesome-ai-agent-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.

1 1mo ago A 56 tokens original MIT