agentic/code/addons/aiwg-dev/skills/devkit-create-extension/SKILL.md
Create a new AIWG extension (framework expansion pack) with AI-guided setup
npx skillsauth add jmagly/aiwg devkit-create-extensionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a new extension (framework expansion pack) with AI assistance.
Extensions enhance a specific parent framework with additional templates, checklists, and domain-specific content. They cannot operate standalone.
/devkit-create-extension <name> --for <framework> [--interactive]
| Argument | Required | Description | |----------|----------|-------------| | name | Yes | Extension name (kebab-case recommended) |
| Option | Description | |--------|-------------| | --for | Parent framework ID (e.g., sdlc-complete, media-marketing-kit) |
| Option | Description | |--------|-------------| | --interactive | Enable interactive mode with guided questions |
agentic/code/frameworks/<framework>/extensions/<name>/
├── manifest.json # type: "extension", requires: ["<framework>"]
├── README.md # Documentation
├── templates/ # Domain-specific templates
└── checklists/ # Compliance/verification checklists
When --interactive is specified, I will ask:
# Quick creation
/devkit-create-extension hipaa --for sdlc-complete
# Interactive guided creation
/devkit-create-extension sox --for sdlc-complete --interactive
gdpr - EU data protectionhipaa - Healthcare (US)sox - Financial controls (US)pci-dss - Payment card securityftc - FTC advertising ruleshealthcare - Healthcare-specific templatesfintech - Financial technology patternsgovernment - Government/public sectorrequires field for parentFor non-interactive creation:
aiwg scaffold-extension <name> --for <framework> --description "..."
/devkit-create-addon - Create standalone addon/devkit-create-framework - Create full framework/devkit-validate - Validate extension structureaiwg add-template - Add template to extensiondata-ai
Report which research-corpus radar sidecars are overdue for refresh. Computes staleness (days since last refresh vs the cadence window) for every radar, sorted most-overdue-first. Runs via `aiwg corpus radar-status`.
data-ai
Aggregate research-corpus radar sidecars into a corpus or per-cluster freshness report — totals, overdue count, per-cluster / per-GRADE / per-trajectory breakdowns, an overdue table, and per-radar rationale snippets. Runs via `aiwg corpus radar-report`.
testing
Scaffold radar/freshness sidecars for research-corpus REFs. Pulls title/authors from the citation sidecar and GRADE from the analysis doc, defaults the refresh cadence from GRADE and the cluster from a corpus-local map, and stamps documentation/radar/REF-XXX-radar.md. Runs via `aiwg corpus radar-init`.
data-ai
Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.