Lab 07: Agentic SDLC
Use agents as engineering leverage without losing ownership.
- Write a problem statement for a small feature.
- Ask an agent to inspect the codebase and return a map.
- Review the map manually.
- Ask an agent to propose an implementation plan.
- Reject or edit weak parts of the plan.
- Implement a bounded slice yourself or with an agent.
- Ask an agent for a code review.
- Run tests and runtime verification.
- Write what the agent got wrong.
Required Agent Prompts
Section titled “Required Agent Prompts”Use the agent prompt pack as a starting point.
Use one explorer prompt:
Inspect this repo for the ticket creation flow. Do not edit files. Return entrypoints, data flow, validation points, tests, run commands, and risks.Use one reviewer prompt:
Review this diff for bugs, missing tests, security issues, and behaviorregressions. Findings first. Reference file paths and lines.Artifact
Section titled “Artifact”Create agentic-sdlc-log.md with:
- Goal.
- Context given.
- Agent outputs.
- Human review.
- Accepted changes.
- Rejected changes.
- Verification commands.
- Remaining risks.
Done When
Section titled “Done When”The final feature is verified and you can explain exactly how agents helped and where they were wrong or incomplete.