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
4 changes: 2 additions & 2 deletions packages/claude-code-plugin/commands/act.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ This command activates ACT mode for the CodingBuddy workflow.
- Execute implementation steps defined in PLAN

**🔴 Agent Activation (STRICT):**
- When ACT is triggered, **Frontend Developer Agent** (loaded via parse_mode in MCP mode; defaults in standalone mode) **MUST** be automatically activated
- When ACT is triggered, the **default ACT agent** (loaded via parse_mode in MCP mode; Software Engineer in standalone mode) **MUST** be automatically activated
- The Agent's development philosophy and code quality checklist MUST be followed
- See agent documentation for complete development framework
- In MCP mode, the agent framework is loaded via parse_mode. In standalone mode, basic workflow guidance is provided by the mode detection hook.

**Purpose:**
Execute implementation following TDD cycle, augmented coding principles, and quality standards
Expand Down
4 changes: 2 additions & 2 deletions packages/claude-code-plugin/commands/plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ This command activates PLAN mode for the CodingBuddy workflow.
- After creating plan, user can type `ACT` to execute

**🔴 Agent Activation (STRICT):**
- When in PLAN mode, **Frontend Developer Agent** (loaded via parse_mode in MCP mode; defaults in standalone mode) **MUST** be automatically activated
- When in PLAN mode, the **default PLAN agent** (loaded via parse_mode in MCP mode; Technical Planner in standalone mode) **MUST** be automatically activated
- The Agent's workflow framework and all mandatory requirements MUST be followed
- See agent documentation for complete development framework
- In MCP mode, the agent framework is loaded via parse_mode. In standalone mode, basic workflow guidance is provided by the mode detection hook.

**Purpose:**
Create actionable implementation plans following TDD and augmented coding principles
Expand Down
Loading