Execute trivial, well-defined tasks directly. No planning, no TDD overhead. Read, change, verify, done. ---
Install via CLI
openskills install SeongwoongCho/adaptive-harness# Simple-Executor Skill
Execute trivial, well-defined tasks directly. No planning, no TDD overhead. Read, change, verify, done.
---
## Steps
1. **Confirm triviality**
- Re-read the task description
- Confirm: single file or module scope, unambiguous outcome, easy to verify
- If the task is not trivial, stop and request re-routing to `tdd-driven` or `ralplan-consensus`
2. **Locate files**
- Use Glob or Grep to find all files that need to change
- Read each file to understand context (do not read files that will not be changed)
3. **Make the change**
- Apply the change using Edit (prefer) or Write (new files only)
- Keep the diff minimal — no refactoring, no cleanup beyond the task scope
4. **Sanity check**
- If a test file covers the changed code: run that one test file
- If a linter is configured: run it on the changed file
- If neither is available: visually verify the change looks correct
5. **Report**
- State what changed and in which file(s)
- State the sanity check result (pass / not applicable)
No comments yet. Be the first to comment!
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.