aiwg
Version:
Cognitive architecture for AI-augmented software development with structured memory, ensemble validation, and closed-loop correction. FAIR-aligned artifacts, 84% cost reduction via human-in-the-loop, standards adopted by 100+ organizations.
44 lines (43 loc) • 1.02 kB
JSON
{
"id": "voice-framework",
"type": "addon",
"name": "Voice Framework",
"version": "1.0.0",
"description": "Voice profile system for crafting and applying consistent writing voices. Define custom voices, apply them to content, and create new voices on demand.",
"core": false,
"autoInstall": false,
"author": "AIWG Contributors",
"license": "MIT",
"repository": "https://github.com/jmagly/aiwg",
"keywords": [
"voice",
"tone",
"style",
"writing",
"profiles",
"customization"
],
"entry": {
"rules": "rules/",
"skills": "skills/",
"voices": "voices/templates/",
"schemas": "schemas/"
},
"skills": [
"voice-apply",
"voice-create",
"voice-blend",
"voice-analyze"
],
"voices": [
"technical-authority",
"friendly-explainer",
"executive-brief",
"casual-conversational"
],
"replaces": [
"writing-quality/validation/banned-patterns.md",
"writing-quality/skills/ai-pattern-detection"
],
"dependencies": []
}