MatrixFounder/Agentic-development
Skill Claude CodeCodex
Use when performing VDD adversarial review with an opt-in sarcastic, provocative delivery style — a stylistic skin over vdd-adversarial mechanics (exhaustive reporting + objective bar).
MatrixFounder/Agentic-development
Skill Claude CodeCodex
Use when performing VDD adversarial review with an opt-in sarcastic, provocative delivery style — a stylistic skin over vdd-adversarial mechanics (exhaustive reporting + objective bar).
MatrixFounder/Agentic-development
Agent Claude Code
Transform user requests into structured docs/TASK.md with Requirements Traceability Matrix. Spawn before architecture/planning phase; produces the TASK artifact.
MatrixFounder/Agentic-development
Agent Claude Code
Design scalable, secure system architecture in docs/ARCHITECTURE.md (Data Model → Components → Interfaces). Spawn after TASK approval before planning phase.
MatrixFounder/Agentic-development
Agent Claude Code
Review docs/ARCHITECTURE.md for Data Model correctness, Security (OWASP), Scalability, and YAGNI. Spawn after architect to gate the Architecture→Planning boundary.
MatrixFounder/Agentic-development
Agent Claude Code
Review implemented code for Compliance with task requirements, Quality (logic, edge cases), Testing (E2E pass, no over-mocking), and Docs (.AGENTS.md, docstrings updated). Spawn after developer to gate Execution→Merge.
MatrixFounder/Agentic-development
Agent Claude Code
Review code for logic bugs, unhandled edge cases, happy-path assumptions, input-validation gaps, and error-handling holes. Spawn in parallel with critic-security and critic-performance during /vdd-multi.
MatrixFounder/Agentic-development
Agent Claude Code
Review code for N+1 queries, O(n²)+ algorithmic traps, memory leaks, blocking I/O in async, missing pooling, and resource leaks at scale. Spawn in parallel with critic-logic and critic-security during /vdd-multi.
MatrixFounder/Agentic-development
Agent Claude Code
Review code for OWASP-style security issues (injection, authn/authz, secrets, supply chain, LLM-specific) in parallel with other critics during /vdd-multi. For full audits producing a formal docs/audit/ report, use security-auditor instead.
MatrixFounder/Agentic-development
Agent Claude Code
Implement an atomic task from docs/tasks/.md under Stub-First methodology. Spawn per task for Phase 1 (stubs + E2E tests, Red→Green) or Phase 2 (logic).
MatrixFounder/Agentic-development
Agent Claude Code
Review docs/PLAN.md and docs/tasks/.md for RTM coverage, Stub-First compliance, and task atomicity. Spawn after planner to gate the Planning→Execution boundary.
MatrixFounder/Agentic-development
Agent Claude Code
Decompose approved TASK and ARCHITECTURE into docs/PLAN.md and per-task files docs/tasks/.md under Stub-First. Spawn after architecture approval.
MatrixFounder/Agentic-development
Agent Claude Code
Transform MARKETSTRATEGY.md into a human-centric docs/product/PRODUCTVISION.md with INVEST stories and SMART KPIs. Spawn in the Vision Phase after strategic-analyst approval.