From simpleclaude-core
Builds, fixes, or modifies code from natural language task descriptions, handling directly or delegating to agents for analysis, architecture, testing, and reviews.
npx claudepluginhub kylesnowschwartz/simpleclaudeDescription of what to build, fix, or modify# sc-work: Universal Implementation Command **Purpose**: I need to build/fix/modify something - handles all implementation tasks from creating new features to fixing bugs to refactoring code ## Agent Orchestration and Deployment Strategy **Efficiency First:** Handle tasks directly when possible. Use agents only when genuinely needed for: - Multi-step coordination requiring handoffs - Specialized domain expertise beyond general capability - Parallel work streams with interdependencies - Complex analysis requiring multiple perspectives - Operations that produce verbose intermediate output...
/sc-workBuilds, fixes, or modifies code from a natural language description of the task, delegating to specialized agents for research, analysis, architecture, and review.
/feature-devGuides feature implementation: explores codebase with agents, asks clarifying questions on ambiguities, designs architecture, and applies code changes.
Share bugs, ideas, or general feedback.
Purpose: I need to build/fix/modify something - handles all implementation tasks from creating new features to fixing bugs to refactoring code
Efficiency First: Handle tasks directly when possible. Use agents only when genuinely needed for:
Direct Agent Rules (ALWAYS delegate these):
sc-repo-documentation-expertsc-test-runnersc-web-search-researchersc-github-researchersc-code-explorersc-code-architectsc-code-reviewerAvailable Agents:
sc-code-explorer - Deeply analyzes existing codebase features by tracing execution paths and mapping architecturesc-code-architect - Designs feature architectures by analyzing existing patterns and providing implementation blueprintssc-code-reviewer - Reviews code for bugs, security vulnerabilities, and adherence to project conventionssc-repo-documentation-expert - Finds documentation from Context7, local repos, and GitHub repositoriessc-test-runner - Executes tests and analyzes failuressc-web-search-researcher - Searches web for current informationsc-github-researcher - Searches GitHub for repos, code, issues, and PRs via gh CLIContext Preservation:
Processing Pipeline: Parse → Classify → Validate → Route → Execute → Synthesize
This command interprets natural language requests that express the intent: "I need to build/fix/modify something" - implementation work including creating, modifying, fixing, refactoring, optimizing, or enhancing code.
Command Execution:
Empty $ARGUMENTS: Display usage suggestions → stop Has content: Parse intent → apply strategy → route execution
Intent Processing: Extract intent → Apply strategy matrix → Validate → Execute
Strategy Matrix:
| Condition | Direct Handling | Agent Required |
|---|---|---|
| Task Type | Simple, single-step | See "Direct Agent Rules" above |
| Domain | Single, familiar | Multi-tech, unknown |
| Context | Available locally | External research needed |
| Output | Concise, focused | Verbose, needs filtering |
Transforms: $ARGUMENTS into structured execution:
## Response
[Direct answer or action taken - 1-3 sentences addressing the core request]
## Details
[Main content based on command type:
- Plan: Strategy breakdown with phases
- Work: Code changes and implementation steps
- Explore: Research findings and analysis
- Review: Issues found and quality assessment]
## Next Actions
[What to do next:
- Plan: Implementation steps to begin
- Work: Testing and validation needed
- Explore: Areas for deeper investigation
- Review: Fixes and improvements to make]
## Notes
[Optional - context, warnings, alternatives, or additional considerations]
User Request: $ARGUMENTS