config-generator

Community

Master configuration docs for features.

AuthorBrownbull
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill creates master configuration documents that map web application features, use cases, code components, and user interactions to their relationships. These configurations enable rapid discovery for humans and AI-driven propagation of changes across the system.

Core Features & Use Cases

  • Comprehensive component mapping of API endpoints, UI components, models, services, and tests
  • Data flow and propagation diagrams (Mermaid) to visualize dependencies
  • Propagation tables and workflows for safe evolution of features
  • Output to ai-state/config/{feature-name}-config.md as a single source of truth
  • Examples/templates to guide usage and adoption

Quick Start

Provide a Use Case and Code Components input, then run /core:generate-config to produce ai-state/config/{feature-name}-config.md. Refer to the included config-template.md for the structure and example usage.

Dependency Matrix

Required Modules

None required

Components

assetsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: config-generator
Download link: https://github.com/Brownbull/taskflow/archive/main.zip#config-generator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository