Back to list
doanchienthangdev

executing-plans

by doanchienthangdev

Omega Vibecode Kit

2🍴 1📅 Jan 21, 2026

SKILL.md


name: executing-plans description: AI agent follows implementation plans systematically with progress tracking, quality gates, and blocker resolution. Use when implementing features, following plans, or executing tasks.

Executing Plans

Quick Start

  1. Prepare - Read entire plan, verify understanding, check dependencies
  2. Execute Task - Read -> Navigate -> Implement -> Verify -> Complete
  3. Track Progress - Update status after each task, report blockers immediately
  4. Pass Quality Gates - Validate after task, after phase, before completion
  5. Handle Deviations - Document changes, get approval for scope changes

Features

FeatureDescriptionGuide
Preparation PhaseUnderstand before startingRead plan, verify deps, clarify questions
Task ExecutionSystematic per-task flowRead, navigate, implement, verify, complete
Progress TrackingReal-time status updatesCompleted X, In Progress Y, Remaining Z
Quality GatesValidation checkpointsPer-task, per-phase, pre-completion
Blocker ResolutionUnblock systematicallyDocument, assess, attempt, escalate, workaround
Deviation HandlingAdapt to discoveriesDocument, assess scope/timeline, get approval

Common Patterns

# Task Execution Checklist
BEFORE STARTING:
[ ] Read task description completely
[ ] Understand acceptance criteria
[ ] Check dependencies completed
[ ] No blockers present

DURING IMPLEMENTATION:
[ ] Navigate to specified files
[ ] Understand existing code context
[ ] Implement changes incrementally
[ ] Write tests alongside code

AFTER COMPLETION:
[ ] All acceptance criteria met
[ ] Tests pass locally
[ ] No lint/type errors
[ ] Task marked complete

# Quality Gates
AFTER EACH TASK:
npm run lint && npm run typecheck && npm test -- --related

AFTER EACH PHASE:
npm run lint && npm run typecheck && npm test && npm run build

BEFORE COMPLETION:
npm run lint && npm run typecheck && npm test --coverage && npm run build
# Progress Report Template
## Status: [Date Time]

### Summary
- Completed: [N] tasks
- In Progress: [Task name]
- Remaining: [M] tasks
- Blockers: [None | Description]

### Current Task
**[Task Name]:** [Description]
- Started: [Time]
- Progress: ~60%
- Expected completion: [Time]

### ETA
On track for [date] | Delayed by [reason]
# Blocker Resolution Flow
BLOCKER DETECTED
      |
1. DOCUMENT immediately
   - What is blocked?
   - Why is it blocked?
      |
2. ASSESS impact
   - Critical path affected?
   - Time sensitive?
      |
3. ATTEMPT resolution (15-30 min)
   - Quick research
   - Alternative approach
      |
   +-> RESOLVED -> Continue
      |
4. ESCALATE if not resolved
   - Report with: issue, attempts, ask
      |
5. WORK AROUND while waiting
   - Move to non-blocked tasks

Best Practices

DoAvoid
Read entire plan before startingSkipping preparation phase
Verify understanding of each taskAssuming task requirements
Execute tasks in sequence (unless parallel)Ignoring quality gates
Validate after each task completionHiding blockers or delays
Report blockers immediatelyDeviating without documenting
Document deviations as they occurRushing quality for speed
Complete fully before marking doneLeaving tasks partially done
Ask questions earlySkipping testing steps
  • writing-plans - Create plans to execute
  • verifying-before-completion - Quality gate checklists
  • thinking-sequentially - Track execution progress
  • solving-problems - Resolve blockers systematically

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon