feature-forge
Installation
SKILL.md
Feature Development Forge
⚠️ MANDATORY COMPLIANCE ⚠️
CRITICAL: The 5-step workflow outlined in this document MUST be followed in exact order for EVERY feature development engagement. Skipping steps or deviating from the procedure will result in incomplete implementations, missed requirements, or poor integration. This is non-negotiable.
File Structure
- SKILL.md (this file): Main instructions and MANDATORY workflow
- examples.md: Usage scenarios with different feature types and generated outputs
- Memory: Project-specific memory accessed via
memoryStore.getSkillMemory("feature-forge", "{project-name}"). See MemoryStore Interface.
Interface References
- ContextProvider: Load domain knowledge via
contextProvider.getIndex("{domain}"). See ContextProvider Interface. - MemoryStore: Read/write project memory via
memoryStore.getSkillMemory("feature-forge", "{project-name}"). See MemoryStore Interface. - Schemas: Validate configurations against
agent_config.schema.json,context_metadata.schema.json,memory_entry.schema.json. See Interface Schemas.