tasks-feature-implementation

Installation
SKILL.md

[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ask user whether to skip.

Quick Summary

Goal: Autonomous feature implementation with structured discovery, knowledge graph, and approval gates (subagent variant of feature-implementation).

MANDATORY IMPORTANT MUST Plan ToDo Task to READ the following project-specific reference doc:

  • project-structure-reference.md -- project patterns and structure

If file not found, search for: project documentation, coding standards, architecture docs.

Workflow:

  1. Discovery & Analysis — Requirement decomposition, codebase investigation (grep patterns), pattern recognition
  2. Knowledge Graph — Backend impact (Domain, Application, Persistence, API), Frontend impact (Components, State, Services, Routing)
  3. Implementation Plan — Create external memory file .ai/workspace/analysis/{feature}-implementation.md with checklist
  4. Approval Gate — Present plan (summary, files to create/modify, risks, questions), await user approval
  5. Implementation — Backend layer-by-layer (Domain → Persistence → Application → API), then Frontend (API Service → Store → Components)
Related skills
Installs
24
GitHub Stars
6
First Seen
Jan 24, 2026