feature-garden
Installation
SKILL.md
Feature Garden Architecture Skill
Source: Feature Garden
Layers
libs— collections of reusable building blocks.features— cohesive modules that form tree-like structures. Private by default, public viaindex.ts.app— composes features into the final application. Not a strict folder name — use whatever routing/composition folder the framework provides.
The features layer contains two kinds of features:
regular features— product features composed by the app layer.shared features— reusable features used by regular features. Use sparingly — prefer libraries for code reuse.
Rules of Feature Garden
Agents must treat these rules as strict architecture constraints, not style preferences: