devkit-create-framework
FeaturedComma-separated phase names
AI & Automation 201 stars
29 forks Updated today MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
- 1 years ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
devkit-create-extension
Create a new AIWG extension (framework expansion pack) with AI-guided setup
201 Updated today
jmagly AI & Automation Featured
gsd-ai-integration-phase
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
8,528 Updated today
open-gsd AI & Automation Featured
devkit-create-agent
Create a new agent with AI-guided expertise definition following the Agent Design Bible
201 Updated today
jmagly