بنقرة واحدة
default-workflow
Development workflow for features, bugs, refactoring. Auto-activates for multi-file implementations.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Development workflow for features, bugs, refactoring. Auto-activates for multi-file implementations.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Orchestrate large-scale changes across a codebase in parallel
Review changed code for reuse, quality, and efficiency, then fix any issues found
Consolidated Claude Code sync and parity tracking for RustyClawd. Fetches latest Claude Code features from official sources, compares against the local feature inventory, identifies gaps, and optionally creates GitHub issues. Also supports deep analysis by deminifying the installed Claude Code cli.js.
Track and report agent invocation metrics including usage counts, success/failure rates, and completion times. Use for understanding which agents are utilized, identifying underused agents, and optimizing agent delegation patterns.
Automated dependency conflict detection and resolution. Detects local vs CI environment mismatches, compares versions, and generates pinning recommendations. Run as pre-push check to catch issues early.
Auto-discovers and configures Language Server Protocol (LSP) servers for your project's languages
| 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/