Standard build procedure for producing code artifacts from specs. Use when a build agent needs to generate code, APIs, modules, or any structured output from a Team Leader specification.
Execute a structured build process that transforms a specification into a validated, well-formatted code artifact ready for independent review.
SPEC: "The specification from the Team Leader" OUTPUT_FORMAT: "JSON with {artifact, reasoning, confidence}" MAX_FILE_SIZE: "500 lines per file; split if larger"
Input: 'Build a FastAPI endpoint for user registration with email validation and password hashing.'
Output: { artifact: '<complete Python code>', reasoning: 'Used bcrypt for hashing, Pydantic for validation...', confidence: 0.92 }
After build: files created, lines of code, test status, confidence.