oneshot
OneShot
Implement $ARGUMENTS at maximum speed. Ship fast, iterate later.
Workflow
1. EXPLORE (minimal)
Gather minimum viable context:
- Use
Globto find 2-3 key files by pattern - Use
Grepto search for specific patterns - Quick
WebSearchonly if library-specific API knowledge needed - NO exploration tours - find examples/edit targets and move on
2. CODE (main phase)
Execute changes immediately:
- Follow existing codebase patterns exactly
- Clear variable/method names over comments
- Stay STRICTLY in scope - change only what's needed
- NO comments unless genuinely complex
- NO refactoring beyond requirements
- Run formatters if available (
npm run format)
3. TEST (validate)
Check quality:
- Run:
npm run lint && npm run typecheck(or equivalent) - If fails: fix only what you broke, re-run
- NO full test suite unless explicitly requested
Output
When complete, return:
## Done
**Task:** {what was implemented}
**Files changed:** {list}
**Validation:** ✓ lint ✓ typecheck
Constraints
- ONE task only - no tangential improvements
- NO documentation files unless requested
- NO refactoring outside immediate scope
- NO "while I'm here" additions
- If stuck >2 attempts: report blocker and stop
More from melvynx/aiblueprint
ultrathink
Deep thinking mode - approach problems like a craftsman, obsess over details, and create elegant solutions
23apex
Systematic implementation using APEX methodology (Analyze-Plan-Execute-Validate) with parallel agents and self-validation. Use when implementing features, fixing bugs, or making code changes that benefit from structured workflow.
18fix-errors
Fix all ESLint and TypeScript errors with parallel processing using snipper agents
16prompt-creator
Expert prompt engineering for creating effective prompts for Claude, GPT, and other LLMs. Use when writing system prompts, user prompts, few-shot examples, or optimizing existing prompts for better performance.
15commit
Quick commit and push with minimal, clean messages
13skill-creator
This skill should be used when the user asks to "create a skill", "build a skill", "write a skill", "improve skill structure", "understand skill creation", or mentions SKILL.md files, skill development, progressive disclosure, XML structure, or bundled resources (scripts, references, assets). Comprehensive guide for creating effective Claude Code skills.
13