apex-tier1
Installation
SKILL.md
APEX Tier 1 — Fire and Forget
Execute a well-defined task from start to finish without human intervention. Open a draft PR when done.
When to Use
Use Tier 1 when ALL of these are true:
- The task has clear, unambiguous acceptance criteria
- Failure is cheap (can be reverted easily)
- No architectural decisions are required
- The scope is small (one feature, one fix, one file group)
Do NOT use Tier 1 when:
- The task requires design decisions → use
apex-tier2orapex-tier3 - The task touches critical infrastructure → use
apex-tier3 - The requirements are vague → clarify first, then decide tier