A two-phase team loop that produces production-quality code: implement, then audit using simplify + harden passes, then fix audit findings, then re-audit, repeating until the codebase is solid or the loop cap is reached.
Budget guidance: Track the cumulative diff growth across rounds. If fix rounds have added more than 30% on top of the original implementation diff, tighten the scope: skip medium/low simplify findings and focus only on harden patches and spec gaps.
Break the work into discrete, parallelizable tasks. Each task should be independent enough for one agent to complete without blocking on others.
구조화된 단순화, 강화 및 문서 전달 기능을 갖춘 병렬 에이전트 팀을 사용하여 구현 + 감사 루프. 작업을 수행하기 위한 구현 에이전트를 생성한 다음 에이전트를 감사하여 복잡성, 보안 격차 및 사양 편차를 찾은 다음 코드가 깔끔하게 컴파일되고 모든 테스트가 통과하고 감사자가 문제가 없거나 루프 캡에 도달할 때까지 반복합니다. 사용 시기: 사양 또는 계획의 기능 구현, 기존 코드 강화, 문제 일괄 수정 또는 빌드-검증-수정 주기의 이점을 얻는 다중 파일 작업. 출처: pskoett/pskoett-ai-skills.