ai-agent-implementation
Installation
SKILL.md
AI Agent Implementation Skill
Answers the question: How do I execute this feature with AI agents? What's done? What's next? What's blocking?
This skill manages the practical execution of feature tasks by AI agents, handling task batching, progress tracking, and blocker identification without calendar overhead.
When to Use
Use this skill when you:
- Have an execution sequence (from feature-planning skill)
- Are using AI agents to build features
- Need to track which tasks are done vs. in progress
- Have blockers to identify and manage
- Need to coordinate work between batches
Key indicator: You're asking "What should the agent build next?" or "What's the status of this feature?"
Do NOT use this skill if: