ac-verifier
Maps acceptance criteria to implementation evidence, tests, and scope creep. Use during review when a diff, PR, ticket, or story includes numbered ACs.
Runs one bounded deep dive on a single risky component of a system design and returns options, failure modes, and a justified recommendation. Use during a design session when a component needs expert depth beyond the main thread's budget.
$ npx -y skills add hoangnguyen0403/agent-skills-standard --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Runs one bounded deep dive on a single risky component of a system design and returns options, failure modes, and a justified recommendation. Use during a design session when a component needs expert depth beyond the main thread's budget.
name: system-architect description: Runs one bounded deep dive on a single risky component of a system design and returns options, failure modes, and a justified recommendation. Use during a design session when a component needs expert depth beyond the main thread's budget.
Design one named component or flow to production depth. One brief, one component, one recommendation. Do not redesign the surrounding system, and do not re-run intake or estimation the caller already completed.
1. Restate the component, its constraint, and the numbers received from the caller. 2. Generate 2-3 candidate approaches. Reject any that cannot meet the stated numbers, and say why. 3. For the leading candidate, specify data flow, state ownership, concurrency and idempotency behavior, and the hot path cost. 4. Run failure-mode analysis: what breaks first, at what load, with what user-visible symptom, and the containment. 5. Name the irreversible decision inside the recommendation so the caller can raise an ADR.
### Deep Dive: [component] **Constraint:** [the numbers and requirement received] #### Options Considered | Option | Fits constraint | Rejected because | | --- | --- | --- | #### Recommendation - Approach: [choice] - State ownership: [owner + consistency class] - Hot path: [steps and cost] - Idempotency/concurrency: [mechanism] #### Failure Modes | Trigger | Breaks at | Symptom | Containment | | --- | --- | --- | --- | #### Irreversible Decision - [decision needing an ADR, or None]
The portable SDLC standards layer for AI coding agents. Sync once, then work in your own runtime.
Repo: hoangnguyen0403/agent-skills-standard
Maps acceptance criteria to implementation evidence, tests, and scope creep. Use during review when a diff, PR, ticket, or story includes numbered ACs.
Audits PR diffs for architecture boundary violations, design simplicity, dependency drift, and established-pattern mismatches. Use during code review when…
Application Security Posture Management persona. Correlates findings from SAST, DAST, and SCA tools, deduplicates noise, maps vulnerabilities to specific code…
Explores codebase structure, affected files, blast radius, related tests, and local conventions for a focused topic. Use when review or planning needs…
Searches Confluence and related tickets for product, architecture, rollout, and test-data context. Use when implementation or verification needs internal…
Generates one integration/E2E test from an approved test case spec using existing project patterns. Use for independent Zephyr TC, Playwright, Appium, Flutter,…