Loading...
Loading...
Found 17 Skills
Full-power feature implementation with parallel subagents. Use when implementing, building, or creating features.
Implement feature tasks using AI agents in logical batches, track completion status, identify blockers, and manage task handoffs. Use when you have an execution sequence and need AI agents to build tasks while maintaining progress tracking.
Comprehensive guide for adding new features to the YSL project following established conventions and best practices.
Execute wave-ordered implementation plan by dispatching tasks to domain agents. Use after /feature-plan produces a plan. Use for "implement feature", "execute plan", "start building", or "/feature-implement". Do NOT use without a plan or for ad-hoc coding tasks.
TDD feature build loop: spec (RED) → implement (GREEN) → refactor. Pass the feature name as argument.