infra403/agentic-engineering-lab
Plugin Claude Code
A set of frameworks for turning an idea into a clearer product design. It helps identify requirements, rank priorities, divide a system into business areas, and design the main data objects.
infra403/agentic-engineering-lab
Plugin Claude Code
A set of frameworks for turning an idea into a clearer product design. It helps identify requirements, rank priorities, divide a system into business areas, and design the main data objects.
infra403/agentic-engineering-lab
Agent
An analyst for planning changes to an existing software project. It examines project records, source code, dependencies, configuration, and recent history before producing an impact report and change request.
infra403/agentic-engineering-lab
Agent
An acceptance-test engineer for the RED phase of test-driven development, where tests are written before the implementation and should initially fail. It works in a separate Git worktree, an isolated copy of the project files.
infra403/agentic-engineering-lab
Agent
An API implementation agent that builds HTTP handlers, authentication, rate limiting, and routes until prewritten acceptance tests pass. TDD, or test-driven development, means using tests as the required behavior while writing the implementation.
infra403/agentic-engineering-lab
Agent
An agent that declares the project’s technology and deployment environment, then verifies and deploys each feature. It creates shared commands and scripts for building, testing, linting, health checks, smoke tests, and rollback.
infra403/agentic-engineering-lab
Agent
An agent that creates the service entry point and shared infrastructure code. It wires together configuration, logging, database and cache connections, message queues, HTTP routes, metrics, and orderly shutdown.
infra403/agentic-engineering-lab
Agent
An implementation coordinator that directs separate coding and verification agents through a design-led development process. It moves each feature through failing tests, implementation, review, deployment, and a separate commit.
infra403/agentic-engineering-lab
Agent
A coding agent that implements a module until its existing acceptance tests pass. Acceptance tests describe the required user-visible behavior, and the agent works in a separate Git worktree, an isolated copy of the repository.
infra403/agentic-engineering-lab
Agent
An observability engineer that creates measurements, alert rules, and Grafana dashboards for a software project. Observability means collecting information that helps you understand whether a system is working correctly.
infra403/agentic-engineering-lab
Agent
An independent code reviewer for the implementation stage. It checks generated code against a defined review rubric and runs the project’s build, test, lint, and available coverage commands.
infra403/agentic-engineering-lab
Agent
An environment engineer that builds the project’s supporting infrastructure from its technical and deployment plans. This can include containers, database migrations, message-queue topics, and initial project setup.
infra403/agentic-engineering-lab
Command
A command for turning a domain model—the description of the business concepts and their relationships—into a system architecture, technical specification, and design review. It evaluates proposed decisions against stored project knowledge.
infra403/agentic-engineering-lab
Command
A command for changing an already implemented project through impact analysis, design, implementation, and regression testing. Regression testing checks that new changes have not broken existing behavior.
infra403/agentic-engineering-lab
Command
A command that turns approved design checkpoints into working code, one feature at a time. It first records the project’s environment and technology choices, then tests, deploys, and can roll back each feature.
infra403/agentic-engineering-lab
Command
Command "product-design" from infra403/agentic-engineering-lab, covering /product-design 命令, 工作流, 阶段 1:需求发现(product discovery), 阶段 2:领域建模(domain modeling) and 使用方式.
infra403/agentic-engineering-lab
Skill Claude CodeCodex
A structured product-requirements analysis workflow. It turns a rough idea into measurable requirements, user stories, quality criteria, and priorities such as Must, Should, Could, and Won’t.
infra403/agentic-engineering-lab
Skill Claude CodeCodex
A domain-modeling workflow for describing a software system in terms of the business areas it serves, their main objects, shared language, and interactions. DDD, or domain-driven design, is the design approach behind it.
infra403/agentic-engineering-lab
Skill Claude CodeCodex
A structured workflow for designing software architecture and technical specifications. It uses decision frameworks to choose architecture styles, data systems, security patterns, and related technical approaches.