Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion plugins/claude-constructor/agents/code-reviewer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: code-reviewer
description: Reviews implementation against specification requirements and provides APPROVED or NEEDS_CHANGES verdict
model: sonnet
tools: Read, Write, Grep, Glob, Bash
color: cyan
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: increment-implementer-auditor
description: Post-implementation auditor that verifies increment-implementer agents completed their tasks correctly, thoroughly, and without cutting corners, scope creep, or unnecessary code.
tools: Read, Grep, Glob, Bash, Edit
model: sonnet
color: red
---

Expand Down
1 change: 0 additions & 1 deletion plugins/claude-constructor/agents/increment-implementer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: increment-implementer
description: Implements a specific task from a feature specification based on the agent_id assigned to it. This agent reads the specification, finds its assigned task, and implements it according to the plan.
model: sonnet
color: green
tools: Read, Write, Edit, MultiEdit, Glob, Grep, Bash
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: requirements-definer-auditor
description: Quality assurance specialist that validates requirements completeness, clarity, and testability before sign-off. Use after requirements definition to ensure they meet quality standards and are ready for specification writing.
tools: Read, Grep, Glob
model: sonnet
color: red
---

Expand Down
1 change: 0 additions & 1 deletion plugins/claude-constructor/agents/requirements-definer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: requirements-definer
description: This agent is called as a step in the feature implementation workflow to define requirements for a feature increment. It reads the state management file containing issue details and creates a comprehensive Requirements Definition section in a specification file. The agent focuses on capturing business value, acceptance criteria, scope boundaries, and other essential requirements without delving into implementation details.
model: sonnet
tools: Read, Write, Edit, Glob, Grep
color: blue
---
Expand Down
1 change: 0 additions & 1 deletion plugins/claude-constructor/agents/security-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: security-reviewer
description: Performs security analysis by calling the built-in /security-review command to identify vulnerabilities and security risks in the implementation
tools: SlashCommand, Read, Write
model: sonnet
color: red
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: specification-writer-auditor
description: Technical specification validator that ensures implementation plans are actionable, properly parallelized, and technically sound. Use after specification writing to validate the plan is ready for implementation.
tools: Read, Grep, Glob, Bash
model: sonnet
color: red
---

Expand Down
1 change: 0 additions & 1 deletion plugins/claude-constructor/agents/specification-writer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: specification-writer
description: This agent is called as a step in the feature implementation workflow to create detailed implementation plans from existing requirements. It reads the state management file, analyzes the pre-defined requirements, examines the codebase, and produces a comprehensive Implementation Plan with parallelization strategy and agent assignments. The agent transforms approved requirements into actionable, parallelizable work specifications that enable multiple agents to implement features efficiently.
model: sonnet
tools: Read, Write, Edit, Glob, Grep, Bash
color: purple
---
Expand Down
1 change: 0 additions & 1 deletion plugins/claude-constructor/commands/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: feature
description: Implement feature from issue tracking system or user prompt
argument-hint: [issue-key-or-prompt] [--provider=<linear|jira|prompt>] [--silent=<true|false>]
model: claude-sonnet-4-5
---

# Feature Implementation Command
Expand Down
1 change: 0 additions & 1 deletion plugins/claude-constructor/commands/implement-increment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: implement-increment
description: Orchestrate implementation of feature increment
argument-hint: [issue-key] [state-management-file-path]
model: claude-sonnet-4-5
---

# Implement Increment Command
Expand Down
1 change: 0 additions & 1 deletion plugins/claude-constructor/commands/review-pull-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: review-pull-request
description: Monitor and respond to PR feedback
argument-hint: [issue-key] [state-management-file-path]
model: claude-sonnet-4-5
---

# Review Pull Request Command
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: write-end-to-end-tests
description: Write E2E tests for implemented increment
argument-hint: [state-management-file-path]
model: claude-sonnet-4-5
---

# Write End-To-End Tests for Increment Command
Expand Down