adds instructions for feature development

This commit is contained in:
simon.franken
2026-03-26 09:26:52 +01:00
parent 8eddbed00b
commit fb94745588
4 changed files with 282 additions and 0 deletions

View File

@@ -8,6 +8,13 @@
| `README.md` | Setup instructions, API reference, features list | New endpoints, config changes, new features, technology stack changes |
| `project.md` | Requirements, data model, functional specifications | Business logic changes, new entities, validation rules, UI requirements |
| `DOCS.md` | Documentation standards and index | Documentation process changes, new documentation files |
| `docs/features/*.md` | Feature implementation plans | Created during feature development, updated if implementation differs |
## AI Agent Skills
| Skill | Purpose | When to Use |
|-------|---------|-------------|
| `feature-planning` | Structured workflow for new features | When implementing new features or significant functionality changes |
## Documentation Standards