feat(agents): add new agents for task implementation and review process#28
feat(agents): add new agents for task implementation and review process#28
Conversation
- Introduced `implementer` agent for executing tasks from implementation plans, including self-review and testing. - Added `spec-reviewer` agent to verify that implementations match specifications, emphasizing independent code inspection. - Created `code-quality-reviewer` agent to assess code quality, architecture, and production readiness after spec compliance. - Developed `ORCHESTRATION.md` for subagent workflow guidance and routing rules, detailing sequential and parallel task execution. - Updated `SKILL.md` to include references to new agent definitions and prompt templates.
…view workflow - Changed pull-requests and issues permissions from read to write to enable posting review comments and updating PR comments. - Added github_token parameter to ensure workflow permissions are utilized for posting. - Updated prompt to include the --comment flag and enabled track_progress to create and update PR comments, addressing issue #944.
|
Claude finished @chinkan's task in 1m 51s —— View job Code Review — feat(agents): add new agents for task implementation and review process
SummaryThis PR adds a three-tier subagent review pipeline ( Agent Definitions (
|
…ation - Deleted the link to Cursor Subagents in the ORCHESTRATION.md file to streamline the content and focus on relevant resources.
|
Claude finished @chinkan's task in 1m 28s —— View job Code Review — feat(agents): add new agents for task implementation and review process
SummaryThis PR introduces a three-tier subagent review pipeline ( Agent Definitions (
|
implementeragent for executing tasks from implementation plans, including self-review and testing.spec-revieweragent to verify that implementations match specifications, emphasizing independent code inspection.code-quality-revieweragent to assess code quality, architecture, and production readiness after spec compliance.ORCHESTRATION.mdfor subagent workflow guidance and routing rules, detailing sequential and parallel task execution.SKILL.mdto include references to new agent definitions and prompt templates.