devkit-create-framework

Solid

Comma-separated phase names

AI & Automation 142 stars 21 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Create AIWG Framework Create a new AIWG framework with complete lifecycle structure. ## Process ### 1. Validate Framework Name Check that `$ARGUMENTS` contains a valid framework name: - Must be kebab-case (lowercase with hyphens) - Must not conflict with existing frameworks Check existing frameworks: ```bash ls ~/.local/share/ai-writing-guide/agentic/code/frameworks/ ``` ### 2. Interactive Design (if --interactive) If `--interactive` is specified, guide the user through framework design: **Framework Purpose**: > What lifecycle does this framework manage? (e.g., software development, marketing campaigns, legal cases) **Target Audience**: > Who will use this framework? (e.g., development teams, marketing departments, legal firms) **Phase Structure**: > What phases does this lifecycle include? > Default: inception, elaboration, construction, transition > Custom examples: discovery, analysis, synthesis, publication **Agent Categories**: > What types of roles are needed? > - Analysis roles (analysts, researchers) > - Design roles (architects, designers) > - Implementation roles (developers, writers) > - Quality roles (reviewers, testers) > - Management roles (coordinators, managers) **Template Categories**: > What artifact types will be produced? > - Planning documents > - Requirements documents > - Design documents > - Implementation artifacts > - Quality artifacts > - Deployment artifacts ### 3. Execute Scaffolding Run the CLI scaffolding tool: ```bash node ~/.l...

Details

Author
jmagly
Repository
jmagly/aiwg
Created
9 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category