build
SKILL.md
Build Task
Implement a task directly without creating a plan first.
Instructions
Extract the task description from the prompt parameter.
- Prime with Context: First, use the prime skill to understand the codebase structure and conventions
- Analyze Task: Carefully read and understand the task description from
prompt - Implement Solution: Think hard and then directly implement the solution for the task
- Validate Work: Ensure the implementation is complete and working
- Report Results: Summarize what was done
- DO NOT: Commit your changes (unless explicitly requested in the prompt)
Setup Phase
Before implementing the task: