fullstack-development
Installation
SKILL.md
Full-Stack Development Oversight
⚠️ MANDATORY COMPLIANCE ⚠️
CRITICAL: The 5-step workflow outlined in this document MUST be followed in exact order for EVERY full-stack development task. Skipping steps or deviating from the procedure will result in fragmented architectures, misaligned layers, and integration failures. This is non-negotiable.
File Structure
- SKILL.md (this file): Main instructions and MANDATORY workflow
- examples.md: Usage scenarios with different full-stack architecture tasks
- Memory: Project-specific memory accessed via
memoryStore.getSkillMemory("fullstack-development", "{project-name}"). See MemoryStore Interface.
Interface References
- ContextProvider: Load domain-specific context via
contextProvider.getIndex("{domain}"). See ContextProvider Interface. - MemoryStore: Read/write project-specific memory via
memoryStore.getSkillMemory(...)andmemoryStore.update(...). See MemoryStore Interface. - Schemas: Validate configurations against
agent_config.schema.json,context_metadata.schema.json, andmemory_entry.schema.json. See Interface Schemas.