// Development workflow for features, bugs, refactoring. Auto-activates for multi-file implementations.
| name | default-workflow |
| version | 1.0.0 |
| description | Development workflow for features, bugs, refactoring. Auto-activates for multi-file implementations. |
| auto_activates | ["implement feature spanning multiple files","complex integration across components","refactor affecting 5+ files"] |
| explicit_triggers | ["/ultrathink","/amplihack:default-workflow"] |
| confirmation_required | true |
| skip_confirmation_if_explicit | true |
| token_budget | 4500 |
This skill provides the standard development workflow for all non-trivial code changes in amplihack. It auto-activates when detecting multi-file implementations, complex integrations, or significant refactoring work.
The workflow defines the canonical execution process: from requirements clarification through design, implementation, testing, review, and merge. It ensures consistent quality by orchestrating specialized agents at each step and enforcing philosophy compliance throughout.
This is a thin wrapper that references the complete workflow definition stored in a single canonical location, ensuring no duplication or drift between the skill interface and the workflow specification.
This skill is a thin wrapper that references the canonical workflow:
Source: .claude/workflow/DEFAULT_WORKFLOW.md (471+ lines)
The canonical workflow contains the complete development process with all details, agent specifications, and execution guidance.
When this skill is activated, you MUST:
Read the canonical workflow immediately:
Read(file_path=".claude/workflow/DEFAULT_WORKFLOW.md")
Note: Path is relative to project root. Claude Code resolves this automatically.
Follow all steps exactly as specified in the canonical workflow
Use TodoWrite to track progress through workflow steps with format:
Step N: [Step Name] - [Specific Action]Step 1: Rewrite and Clarify Requirements - Use prompt-writer agentInvoke specialized agents as specified in each workflow step:
Benefits:
This skill auto-activates for:
.claude/workflow/DEFAULT_WORKFLOW.md.claude/commands/amplihack/ultrathink.md.claude/skills/ultrathink-orchestrator/.claude/skills/investigation-workflow/