ai-factory.feature
Installation
SKILL.md
Feature - New Feature Workflow
Start a new feature by creating a branch and planning implementation.
Workflow
Step 0: Load Project Context
FIRST: Read .ai-factory/DESCRIPTION.md if it exists to understand:
- Tech stack (language, framework, database)
- Project architecture
- Existing conventions
This context informs branch naming, task planning, and implementation.
Step 0.1: Ensure Git Repository
Check if git is initialized. If not, initialize it.