MatrixFounder/Agentic-development

A robust agentic workflow for LLM-based development. Features role-based orchestration (Analyst, Architect, Developer), strict Stub-First methodology, and automated TDD/VDD cycles.

5Stars on the repository
60Mods indexed here, across every type
18d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

analyzer

01

MatrixFounder/Agentic-development

Agent

Analyze comparison results to understand WHY the winner won and generate improvement suggestions.

5 18d ago A 0 tokens original Apache-2.0

analyst

04

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.

5 18d ago A 30 tokens original Apache-2.0

architect

05

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.

5 18d ago A 32 tokens original Apache-2.0

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.

5 18d ago A 41 tokens original Apache-2.0

code-reviewer

07

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.

5 18d ago A 52 tokens original Apache-2.0

critic-logic

08

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.

5 18d ago A 45 tokens original Apache-2.0

critic-performance

09

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.

5 18d ago A 54 tokens original Apache-2.0

critic-security

10

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.

5 18d ago A 62 tokens original Apache-2.0

developer

11

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).

5 18d ago A 44 tokens original Apache-2.0

plan-reviewer

12

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.

5 18d ago A 40 tokens original Apache-2.0

planner

13

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.

5 18d ago A 34 tokens original Apache-2.0

product-analyst

14

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.

5 18d ago A 42 tokens original Apache-2.0