aiwg 2026.2.4 → 2026.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +9 -6
- package/README.md +5 -5
- package/USAGE_GUIDE.md +1 -1
- package/agentic/code/addons/aiwg-evals/manifest.json +1 -1
- package/agentic/code/addons/aiwg-hooks/manifest.json +1 -1
- package/agentic/code/addons/aiwg-utils/agents/aiwg-developer.md +1 -1
- package/agentic/code/addons/aiwg-utils/commands/aiwg-regenerate-agents.md +1 -1
- package/agentic/code/addons/aiwg-utils/commands/commit-and-push.md +1 -1
- package/agentic/code/addons/aiwg-utils/commands/roko-voice.md +1 -1
- package/agentic/code/addons/aiwg-utils/commands/summarize-transcript.md +1 -1
- package/agentic/code/addons/aiwg-utils/commands/workspace-reset.md +1 -1
- package/agentic/code/addons/aiwg-utils/manifest.json +1 -1
- package/agentic/code/addons/aiwg-utils/rules/agent-deployment.md +1 -1
- package/agentic/code/addons/auto-memory/seeds/MEMORY.md +1 -1
- package/agentic/code/addons/droid-bridge/manifest.json +1 -1
- package/agentic/code/addons/ralph/docs/troubleshooting.md +1 -1
- package/agentic/code/addons/ralph/manifest.json +1 -1
- package/agentic/code/addons/rlm/README.md +1 -1
- package/agentic/code/addons/rlm/docs/deployment-guide.md +1 -1
- package/agentic/code/addons/rlm/manifest.json +1 -1
- package/agentic/code/addons/security/README.md +1 -1
- package/agentic/code/addons/star-prompt/README.md +6 -6
- package/agentic/code/addons/star-prompt/manifest.json +1 -1
- package/agentic/code/addons/star-prompt/skills/star-prompt.md +7 -7
- package/agentic/code/addons/voice-framework/manifest.json +1 -1
- package/agentic/code/addons/voice-framework/schemas/voice-profile.schema.json +1 -1
- package/agentic/code/addons/writing-quality/README.md +1 -1
- package/agentic/code/addons/writing-quality/agents/content-diversifier.md +2 -2
- package/agentic/code/addons/writing-quality/agents/prompt-optimizer.md +1 -1
- package/agentic/code/addons/writing-quality/agents/writing-validator.md +2 -2
- package/agentic/code/addons/writing-quality/examples/traceability-demo.ts +1 -1
- package/agentic/code/addons/writing-quality/manifest.json +1 -1
- package/agentic/code/frameworks/media-marketing-kit/README.md +6 -6
- package/agentic/code/frameworks/media-marketing-kit/commands/intake-from-campaign.md +5 -5
- package/agentic/code/frameworks/media-marketing-kit/commands/intake-start-campaign.md +5 -5
- package/agentic/code/frameworks/media-marketing-kit/config/models.json +1 -1
- package/agentic/code/frameworks/media-marketing-kit/project-claude-template.md +3 -3
- package/agentic/code/frameworks/research-complete/README.md +2 -2
- package/agentic/code/frameworks/research-complete/commands/research-archive.md +1 -1
- package/agentic/code/frameworks/sdlc-complete/README.md +2 -2
- package/agentic/code/frameworks/sdlc-complete/agents/factory-compat.md +3 -3
- package/agentic/code/frameworks/sdlc-complete/agents/windsurf-compat.md +4 -4
- package/agentic/code/frameworks/sdlc-complete/commands/aiwg-kb.md +1 -1
- package/agentic/code/frameworks/sdlc-complete/commands/aiwg-setup-project.md +1 -1
- package/agentic/code/frameworks/sdlc-complete/commands/aiwg-setup-warp.md +3 -3
- package/agentic/code/frameworks/sdlc-complete/commands/aiwg-update-claude.md +6 -6
- package/agentic/code/frameworks/sdlc-complete/commands/aiwg-update-warp.md +7 -7
- package/agentic/code/frameworks/sdlc-complete/commands/intake-from-codebase.md +5 -5
- package/agentic/code/frameworks/sdlc-complete/commands/intake-start.md +5 -5
- package/agentic/code/frameworks/sdlc-complete/commands/intake-wizard.md +5 -5
- package/agentic/code/frameworks/sdlc-complete/commands/issue-create.md +2 -2
- package/agentic/code/frameworks/sdlc-complete/commands/issue-list.md +1 -1
- package/agentic/code/frameworks/sdlc-complete/commands/issue-update.md +1 -1
- package/agentic/code/frameworks/sdlc-complete/config/models-v2.json +2 -2
- package/agentic/code/frameworks/sdlc-complete/config/models.json +1 -1
- package/agentic/code/frameworks/sdlc-complete/rules/README.md +48 -11
- package/agentic/code/frameworks/sdlc-complete/rules/RULES-INDEX.md +213 -0
- package/agentic/code/frameworks/sdlc-complete/rules/manifest.json +21 -9
- package/agentic/code/frameworks/sdlc-complete/schemas/flows/fair-extensions.yaml +1 -1
- package/agentic/code/frameworks/sdlc-complete/schemas/flows/mcp-extensions.yaml +1 -1
- package/agentic/code/frameworks/sdlc-complete/schemas/mcp/discovery.yaml +2 -2
- package/agentic/code/frameworks/sdlc-complete/templates/aiwg-readme-template.md +3 -3
- package/agentic/code/frameworks/sdlc-complete/templates/codex/AGENTS.md.aiwg-template +2 -2
- package/agentic/code/frameworks/sdlc-complete/templates/configuration/aiwg-config-template.md +2 -2
- package/agentic/code/frameworks/sdlc-complete/templates/copilot/copilot-instructions.md.aiwg-template +1 -1
- package/agentic/code/frameworks/sdlc-complete/templates/cursor/AGENTS.md.aiwg-template +2 -2
- package/agentic/code/frameworks/sdlc-complete/templates/factory/AGENTS.md.aiwg-template +1 -1
- package/agentic/code/frameworks/sdlc-complete/templates/opencode/AGENTS.md.aiwg-template +1 -1
- package/agentic/code/frameworks/sdlc-complete/templates/opencode/instructions.md.aiwg-template +1 -1
- package/agentic/code/frameworks/sdlc-complete/templates/project/CLAUDE.md +6 -6
- package/agentic/code/frameworks/sdlc-complete/templates/warp/WARP.md.aiwg-base +6 -6
- package/docs/CLI_USAGE.md +1 -1
- package/docs/_manifest.json +1 -1
- package/docs/cli-reference.md +1 -1
- package/docs/commands/development-commands-examples.md +1 -1
- package/docs/config.json +2 -2
- package/docs/contributing/contributor-quickstart.md +11 -11
- package/docs/contributing/maintainer-review-guide.md +1 -1
- package/docs/contributing/testing-requirements.md +1 -1
- package/docs/development/devkit-overview.md +1 -1
- package/docs/extensions/creating-extensions.md +1 -1
- package/docs/integrations/warp-terminal.md +5 -5
- package/docs/integrations/windsurf-quickstart.md +1 -1
- package/docs/migration/multi-loop-migration.md +1 -1
- package/docs/overrides/index.html +1 -1
- package/docs/overrides/terminal.js +2 -2
- package/docs/overview/executive-brief.md +2 -2
- package/docs/plugin-marketplace-guide.md +6 -6
- package/docs/ralph-epic-26-architecture.md +1 -1
- package/docs/ralph-epic-26-best-practices.md +1 -1
- package/docs/ralph-epic-26-troubleshooting.md +1 -1
- package/docs/references/REF-001-production-grade-agentic-workflows.md +2 -2
- package/docs/references/REF-019-toolformer-self-taught-tools.md +1 -1
- package/docs/releases/v0.9.1-announcement.md +4 -4
- package/docs/releases/v2024.12.1-announcement.md +1 -1
- package/docs/releases/v2024.12.2-announcement.md +1 -1
- package/docs/releases/v2024.12.3-announcement.md +1 -1
- package/docs/releases/v2024.12.4-announcement.md +1 -1
- package/docs/releases/v2024.12.5-announcement.md +1 -1
- package/docs/releases/v2026.01.3-announcement.md +1 -1
- package/docs/releases/v2026.2.5-announcement.md +147 -0
- package/docs/research/failure-mode-mitigation.md +1 -1
- package/docs/research/research-background.md +1 -1
- package/docs/sponsors.md +1 -1
- package/docs/troubleshooting/index.md +1 -1
- package/docs/welcome.html +7 -7
- package/man/aiwg.1 +2 -2
- package/package.json +3 -3
- package/plugins/hooks/.claude-plugin/plugin.json +1 -1
- package/plugins/marketing/.claude-plugin/plugin.json +1 -1
- package/plugins/marketing/commands/intake-from-campaign.md +5 -5
- package/plugins/marketing/commands/intake-start-campaign.md +5 -5
- package/plugins/sdlc/.claude-plugin/plugin.json +1 -1
- package/plugins/sdlc/agents/factory-compat.md +3 -3
- package/plugins/sdlc/agents/windsurf-compat.md +4 -4
- package/plugins/sdlc/commands/aiwg-kb.md +1 -1
- package/plugins/sdlc/commands/aiwg-setup-project.md +1 -1
- package/plugins/sdlc/commands/aiwg-setup-warp.md +3 -3
- package/plugins/sdlc/commands/aiwg-update-claude.md +6 -6
- package/plugins/sdlc/commands/aiwg-update-warp.md +7 -7
- package/plugins/sdlc/commands/intake-from-codebase.md +5 -5
- package/plugins/sdlc/commands/intake-start.md +5 -5
- package/plugins/sdlc/commands/intake-wizard.md +5 -5
- package/plugins/sdlc/commands/issue-create.md +2 -2
- package/plugins/sdlc/commands/issue-list.md +1 -1
- package/plugins/sdlc/commands/issue-update.md +1 -1
- package/plugins/utils/.claude-plugin/plugin.json +1 -1
- package/plugins/utils/agents/aiwg-developer.md +1 -1
- package/plugins/utils/commands/aiwg-regenerate-agents.md +1 -1
- package/plugins/utils/commands/commit-and-push.md +1 -1
- package/plugins/utils/commands/roko-voice.md +1 -1
- package/plugins/utils/commands/summarize-transcript.md +1 -1
- package/plugins/utils/commands/workspace-reset.md +1 -1
- package/plugins/voice/.claude-plugin/plugin.json +1 -1
- package/plugins/writing/.claude-plugin/plugin.json +1 -1
- package/plugins/writing/README.md +2 -2
- package/plugins/writing/agents/content-diversifier.md +2 -2
- package/plugins/writing/agents/prompt-optimizer.md +1 -1
- package/plugins/writing/agents/writing-validator.md +2 -2
- package/src/channel/manager.mjs +1 -1
- package/src/cli/handlers/help.ts +1 -1
- package/src/cli/help-generator.ts +1 -1
- package/src/extensions/types.ts +2 -2
- package/src/hooks/laziness-detection.ts +4 -4
- package/src/mcp/cli.mjs +1 -1
- package/src/plugin/plugin-status.ts +1 -1
- package/src/plugin/workspace-creator.ts +1 -1
- package/src/smiths/commandsmith/README.md +2 -2
- package/src/writing/example-generator.ts +2 -2
- package/src/writing/prompt-optimizer.ts +3 -3
- package/src/writing/prompt-templates.ts +1 -1
- package/src/writing/validation-engine.ts +2 -2
- package/src/writing/validation-rules.ts +3 -3
- package/tools/agents/deploy-windsurf.mjs +2 -2
- package/tools/agents/providers/base.mjs +129 -0
- package/tools/agents/providers/claude.mjs +16 -5
- package/tools/agents/providers/codex.mjs +14 -4
- package/tools/agents/providers/copilot.mjs +13 -3
- package/tools/agents/providers/cursor.mjs +23 -8
- package/tools/agents/providers/factory.mjs +15 -3
- package/tools/agents/providers/opencode.mjs +15 -3
- package/tools/agents/providers/warp.mjs +14 -4
- package/tools/agents/providers/windsurf.mjs +15 -5
- package/tools/cli/README.md +2 -2
- package/tools/cli/diversify-content.mjs +1 -1
- package/tools/cli/optimize-prompt.mjs +1 -1
- package/tools/cli/status-command.mjs +3 -3
- package/tools/cli/test-status-display.mjs +1 -1
- package/tools/cli/workspace-migrate.mjs +3 -3
- package/tools/cli/workspace-reset.mjs +1 -1
- package/tools/cli/workspace-rollback.mjs +2 -2
- package/tools/cli/workspace-status.mjs +3 -3
- package/tools/install/README.md +1 -1
- package/tools/install/install.sh +2 -2
- package/tools/install/new-project.mjs +2 -2
- package/tools/plugin/package-plugins.mjs +2 -2
- package/tools/ralph/ralph-cli-multiloop.mjs +1 -1
- package/tools/ralph/ralph-cli.mjs +1 -1
- package/tools/warp/README.md +2 -2
- package/tools/warp/setup-warp.mjs +3 -3
- package/tools/workspace/inject-metadata.mjs +1 -1
package/CLAUDE.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# AIWG
|
|
2
2
|
|
|
3
3
|
Framework for improving AI-generated content quality with voice profiles, validation tools, and specialized agents.
|
|
4
4
|
|
|
@@ -304,8 +304,11 @@ Apply mitigations for known LLM failure archetypes: hallucination, context loss,
|
|
|
304
304
|
|
|
305
305
|
### Rules Reference
|
|
306
306
|
|
|
307
|
-
|
|
308
|
-
|
|
307
|
+
Rules deploy as a single consolidated `RULES-INDEX.md` (~200 lines) instead of 31 individual files (~9,321 lines). The index contains summaries with @-links to full rule files for on-demand loading.
|
|
308
|
+
|
|
309
|
+
- Consolidated index: `agentic/code/frameworks/sdlc-complete/rules/RULES-INDEX.md`
|
|
310
|
+
- Full rule files: `agentic/code/frameworks/sdlc-complete/rules/`
|
|
311
|
+
- Manifest: `agentic/code/frameworks/sdlc-complete/rules/manifest.json`
|
|
309
312
|
|
|
310
313
|
## Commit and Output Conventions
|
|
311
314
|
|
|
@@ -335,8 +338,8 @@ aiwg doctor
|
|
|
335
338
|
## Support
|
|
336
339
|
|
|
337
340
|
- **Website**: https://aiwg.io
|
|
338
|
-
- **Repository**: https://github.com/jmagly/
|
|
339
|
-
- **Issues**: https://github.com/jmagly/
|
|
341
|
+
- **Repository**: https://github.com/jmagly/aiwg
|
|
342
|
+
- **Issues**: https://github.com/jmagly/aiwg/issues
|
|
340
343
|
- **Discord**: https://discord.gg/BuAusFMxdA
|
|
341
344
|
- **Telegram**: https://t.me/+oJg9w2lE6A5lOGFh
|
|
342
345
|
|
|
@@ -355,7 +358,7 @@ aiwg doctor
|
|
|
355
358
|
|
|
356
359
|
## What AIWG Is
|
|
357
360
|
|
|
358
|
-
**
|
|
361
|
+
**AIWG** is a framework that provides AI coding assistants with structured workflows, specialized agents, and artifact management. It's not just documentation - it's an operational system that:
|
|
359
362
|
|
|
360
363
|
1. **Deploys agents** - Specialized AI personas (Test Engineer, Security Auditor, etc.) with defined tools and expertise
|
|
361
364
|
2. **Manages artifacts** - All project documents (requirements, architecture, tests) live in `.aiwg/`
|
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ aiwg use sdlc # deploy SDLC framework
|
|
|
12
12
|
[](https://www.npmjs.com/package/aiwg)
|
|
13
13
|
[](https://www.npmjs.com/package/aiwg)
|
|
14
14
|
[](LICENSE)
|
|
15
|
-
[](https://github.com/jmagly/
|
|
15
|
+
[](https://github.com/jmagly/aiwg/stargazers)
|
|
16
16
|
|
|
17
17
|
[**Get Started**](#-quick-start) · [**Documentation**](#-documentation) · [**Examples**](examples/) · [**Contributing**](CONTRIBUTING.md) · [**Community**](#-community--support)
|
|
18
18
|
|
|
@@ -265,7 +265,7 @@ AIWG's unified extension system enables dynamic discovery, semantic search, and
|
|
|
265
265
|
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
|
|
266
266
|
|
|
267
267
|
**Quick contributions:**
|
|
268
|
-
- Found an AI pattern? [Open an issue](https://github.com/jmagly/
|
|
268
|
+
- Found an AI pattern? [Open an issue](https://github.com/jmagly/aiwg/issues/new)
|
|
269
269
|
- Have a better rewrite? Submit a PR to `examples/`
|
|
270
270
|
- Want to add an agent? Use `docs/development/agent-template.md`
|
|
271
271
|
|
|
@@ -276,8 +276,8 @@ We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
|
|
|
276
276
|
- 🌐 **Website:** [aiwg.io](https://aiwg.io)
|
|
277
277
|
- 💬 **Discord:** [Join Server](https://discord.gg/BuAusFMxdA)
|
|
278
278
|
- 📱 **Telegram:** [Join Group](https://t.me/+oJg9w2lE6A5lOGFh)
|
|
279
|
-
- 🐛 **Issues:** [GitHub Issues](https://github.com/jmagly/
|
|
280
|
-
- 💡 **Discussions:** [GitHub Discussions](https://github.com/jmagly/
|
|
279
|
+
- 🐛 **Issues:** [GitHub Issues](https://github.com/jmagly/aiwg/issues)
|
|
280
|
+
- 💡 **Discussions:** [GitHub Discussions](https://github.com/jmagly/aiwg/discussions)
|
|
281
281
|
|
|
282
282
|
---
|
|
283
283
|
|
|
@@ -329,7 +329,7 @@ Custom AI and blockchain solutions for the digital age.
|
|
|
329
329
|
</tr>
|
|
330
330
|
</table>
|
|
331
331
|
|
|
332
|
-
**Interested in sponsoring?** [Contact us](https://github.com/jmagly/
|
|
332
|
+
**Interested in sponsoring?** [Contact us](https://github.com/jmagly/aiwg/discussions)
|
|
333
333
|
|
|
334
334
|
---
|
|
335
335
|
|
package/USAGE_GUIDE.md
CHANGED
|
@@ -7,7 +7,7 @@ tools: Read, Write, MultiEdit, Bash, WebFetch, Glob, Grep
|
|
|
7
7
|
|
|
8
8
|
# AIWG Developer Agent
|
|
9
9
|
|
|
10
|
-
Expert in AIWG
|
|
10
|
+
Expert in AIWG architecture, patterns, and development. Assists users in creating, extending, and customizing AIWG components.
|
|
11
11
|
|
|
12
12
|
## Domain Expertise
|
|
13
13
|
|
|
@@ -115,7 +115,7 @@ docs/ → Documentation
|
|
|
115
115
|
|
|
116
116
|
## AIWG Framework
|
|
117
117
|
|
|
118
|
-
This project uses the
|
|
118
|
+
This project uses the AIWG SDLC framework for software development workflows.
|
|
119
119
|
|
|
120
120
|
### Available Agents
|
|
121
121
|
|
|
@@ -201,7 +201,7 @@ mkdir -p .aiwg/{intake,requirements,architecture,planning,risks,testing,security
|
|
|
201
201
|
cat > .aiwg/README.md <<'EOF'
|
|
202
202
|
# AIWG Workspace
|
|
203
203
|
|
|
204
|
-
This directory contains SDLC artifacts managed by the
|
|
204
|
+
This directory contains SDLC artifacts managed by the AIWG framework.
|
|
205
205
|
|
|
206
206
|
## Structure
|
|
207
207
|
|
|
@@ -18,7 +18,7 @@ These rules apply when working with agent definitions and multi-provider deploym
|
|
|
18
18
|
|
|
19
19
|
**General-Purpose Writing Agents** (`agentic/code/agents/`):
|
|
20
20
|
- `writing-validator` - Validates voice consistency and authenticity
|
|
21
|
-
- `prompt-optimizer` - Enhances prompts using
|
|
21
|
+
- `prompt-optimizer` - Enhances prompts using AIWG principles
|
|
22
22
|
- `content-diversifier` - Generates varied examples and perspectives
|
|
23
23
|
|
|
24
24
|
**SDLC Framework Agents** (`agentic/code/frameworks/sdlc-complete/agents/`):
|
|
@@ -316,7 +316,7 @@ git reset --hard HEAD~3 # Undo last 3 iterations
|
|
|
316
316
|
2. Review [Best Practices](best-practices.md)
|
|
317
317
|
3. Look at [Examples](examples/) for similar tasks
|
|
318
318
|
4. Ask in Discord: https://discord.gg/BuAusFMxdA
|
|
319
|
-
5. File issue: https://github.com/jmagly/
|
|
319
|
+
5. File issue: https://github.com/jmagly/aiwg/issues
|
|
320
320
|
|
|
321
321
|
When reporting issues, include:
|
|
322
322
|
- Task description
|
|
@@ -710,7 +710,7 @@ aiwg use rlm --provider windsurf
|
|
|
710
710
|
|
|
711
711
|
For RLM deployment issues:
|
|
712
712
|
|
|
713
|
-
- **GitHub Issues**: https://github.com/jmagly/
|
|
713
|
+
- **GitHub Issues**: https://github.com/jmagly/aiwg/issues
|
|
714
714
|
- **Discord**: https://discord.gg/BuAusFMxdA
|
|
715
715
|
- **Telegram**: https://t.me/+oJg9w2lE6A5lOGFh
|
|
716
716
|
|
|
@@ -142,7 +142,7 @@ Planned additions to this addon:
|
|
|
142
142
|
For security questions or to report vulnerabilities:
|
|
143
143
|
|
|
144
144
|
- **Documentation**: @agentic/code/frameworks/sdlc-complete/docs/token-security.md
|
|
145
|
-
- **Issues**: https://github.com/jmagly/
|
|
145
|
+
- **Issues**: https://github.com/jmagly/aiwg/issues
|
|
146
146
|
- **Security**: security@integrolabs.net (for vulnerability reports)
|
|
147
147
|
|
|
148
148
|
---
|
|
@@ -4,7 +4,7 @@ Tasteful repository star prompt for successful command completions.
|
|
|
4
4
|
|
|
5
5
|
## Overview
|
|
6
6
|
|
|
7
|
-
The star-prompt addon provides a reusable prompt that encourages users to star the
|
|
7
|
+
The star-prompt addon provides a reusable prompt that encourages users to star the AIWG repository on GitHub after successfully completing commands. It's designed to be non-intrusive, respectful, and gracefully handle all scenarios.
|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
|
@@ -40,7 +40,7 @@ After successfully completing this command, offer the user an opportunity to sta
|
|
|
40
40
|
|
|
41
41
|
**Prompt**:
|
|
42
42
|
\```
|
|
43
|
-
The
|
|
43
|
+
The AIWG is an open-source project that helps improve AI-generated content.
|
|
44
44
|
If you found this helpful, would you like to star the repository on GitHub?
|
|
45
45
|
|
|
46
46
|
Options:
|
|
@@ -59,18 +59,18 @@ Options:
|
|
|
59
59
|
\```bash
|
|
60
60
|
gh api -X PUT /user/starred/jmagly/ai-writing-guide
|
|
61
61
|
\```
|
|
62
|
-
- If successful: "⭐ Thank you for starring the
|
|
63
|
-
- If fails: "Could not star via gh CLI. You can star manually at: https://github.com/jmagly/
|
|
62
|
+
- If successful: "⭐ Thank you for starring the AIWG! Your support helps the project grow."
|
|
63
|
+
- If fails: "Could not star via gh CLI. You can star manually at: https://github.com/jmagly/aiwg"
|
|
64
64
|
|
|
65
65
|
3. If `gh` is not available:
|
|
66
66
|
\```
|
|
67
67
|
GitHub CLI (gh) not found. You can star the repository at:
|
|
68
|
-
https://github.com/jmagly/
|
|
68
|
+
https://github.com/jmagly/aiwg
|
|
69
69
|
\```
|
|
70
70
|
|
|
71
71
|
**If user selects "No thanks"**:
|
|
72
72
|
\```
|
|
73
|
-
No problem! Thanks for using the
|
|
73
|
+
No problem! Thanks for using the AIWG.
|
|
74
74
|
\```
|
|
75
75
|
```
|
|
76
76
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Star Prompt Skill
|
|
2
2
|
|
|
3
|
-
**Purpose**: Tastefully ask users if they'd like to star the
|
|
3
|
+
**Purpose**: Tastefully ask users if they'd like to star the AIWG repository after completing regenerate or intake commands.
|
|
4
4
|
|
|
5
5
|
**Usage**: Include this skill at the end of regenerate and intake commands by adding:
|
|
6
6
|
|
|
@@ -24,7 +24,7 @@ After the command has successfully completed its primary task:
|
|
|
24
24
|
- Check if `gh` CLI is available
|
|
25
25
|
- If available: Run `gh api -X PUT /user/starred/jmagly/ai-writing-guide`
|
|
26
26
|
- If successful: Thank the user
|
|
27
|
-
- If unavailable or fails: Provide manual link https://github.com/jmagly/
|
|
27
|
+
- If unavailable or fails: Provide manual link https://github.com/jmagly/aiwg
|
|
28
28
|
4. **If "No"**:
|
|
29
29
|
- Thank the user politely and complete
|
|
30
30
|
|
|
@@ -37,7 +37,7 @@ After the command has successfully completed its primary task:
|
|
|
37
37
|
After completing the primary command successfully, present this message:
|
|
38
38
|
|
|
39
39
|
```
|
|
40
|
-
The
|
|
40
|
+
The AIWG is an open-source project that helps improve AI-generated content.
|
|
41
41
|
If you found this helpful, would you like to star the repository on GitHub?
|
|
42
42
|
```
|
|
43
43
|
|
|
@@ -61,24 +61,24 @@ If you found this helpful, would you like to star the repository on GitHub?
|
|
|
61
61
|
```
|
|
62
62
|
- If successful:
|
|
63
63
|
```
|
|
64
|
-
⭐ Thank you for starring the
|
|
64
|
+
⭐ Thank you for starring the AIWG! Your support helps the project grow.
|
|
65
65
|
```
|
|
66
66
|
- If fails (not authenticated, network error, etc.):
|
|
67
67
|
```
|
|
68
68
|
Could not star via gh CLI. You can star manually at:
|
|
69
|
-
https://github.com/jmagly/
|
|
69
|
+
https://github.com/jmagly/aiwg
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
3. If `gh` is not available:
|
|
73
73
|
```
|
|
74
74
|
GitHub CLI (gh) not found. You can star the repository at:
|
|
75
|
-
https://github.com/jmagly/
|
|
75
|
+
https://github.com/jmagly/aiwg
|
|
76
76
|
```
|
|
77
77
|
|
|
78
78
|
**If user selects "No thanks"**:
|
|
79
79
|
|
|
80
80
|
```
|
|
81
|
-
No problem! Thanks for using the
|
|
81
|
+
No problem! Thanks for using the AIWG.
|
|
82
82
|
```
|
|
83
83
|
|
|
84
84
|
### Step 3: Complete
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"$id": "https://aiwg.dev/schemas/voice-profile.schema.json",
|
|
4
4
|
"title": "AIWG Voice Profile",
|
|
5
|
-
"description": "Schema for defining writing voice profiles in the
|
|
5
|
+
"description": "Schema for defining writing voice profiles in the AIWG framework",
|
|
6
6
|
"type": "object",
|
|
7
7
|
"required": ["name", "version", "description", "tone"],
|
|
8
8
|
"properties": {
|
|
@@ -17,7 +17,7 @@ The Writing Quality addon provides content validation and writing improvement ca
|
|
|
17
17
|
| Agent | Purpose |
|
|
18
18
|
|-------|---------|
|
|
19
19
|
| `writing-validator` | Validates content for voice consistency and authenticity |
|
|
20
|
-
| `prompt-optimizer` | Enhances prompts using
|
|
20
|
+
| `prompt-optimizer` | Enhances prompts using AIWG principles |
|
|
21
21
|
| `content-diversifier` | Generates varied examples and perspectives |
|
|
22
22
|
|
|
23
23
|
### Content Directories
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Content Diversifier
|
|
3
|
-
description: Generates diverse examples, prompts, and techniques to enrich the
|
|
3
|
+
description: Generates diverse examples, prompts, and techniques to enrich the AIWG repository with varied perspectives and approaches
|
|
4
4
|
model: opus
|
|
5
5
|
tools: Bash, MultiEdit, Read, WebFetch, Write
|
|
6
6
|
---
|
|
@@ -15,7 +15,7 @@ scenarios.
|
|
|
15
15
|
|
|
16
16
|
## Your Process
|
|
17
17
|
|
|
18
|
-
When generating diverse content for
|
|
18
|
+
When generating diverse content for AIWG:
|
|
19
19
|
|
|
20
20
|
**CONTEXT ANALYSIS:**
|
|
21
21
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Prompt Optimizer
|
|
3
|
-
description: Optimizes prompts for better AI output quality, incorporating
|
|
3
|
+
description: Optimizes prompts for better AI output quality, incorporating AIWG principles and advanced prompting techniques
|
|
4
4
|
model: opus
|
|
5
5
|
tools: Bash, MultiEdit, Read, WebFetch, Write
|
|
6
6
|
---
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Writing Validator
|
|
3
|
-
description: Validates content against
|
|
3
|
+
description: Validates content against AIWG principles, detecting AI patterns and ensuring authentic writing
|
|
4
4
|
model: sonnet
|
|
5
5
|
tools: Bash, Grep, MultiEdit, Read, WebFetch, Write
|
|
6
6
|
---
|
|
@@ -12,7 +12,7 @@ content while maintaining appropriate sophistication.
|
|
|
12
12
|
|
|
13
13
|
## Your Task
|
|
14
14
|
|
|
15
|
-
Validate content against the
|
|
15
|
+
Validate content against the AIWG standards to ensure it sounds authentically human while preserving
|
|
16
16
|
necessary sophistication and authority.
|
|
17
17
|
|
|
18
18
|
## Validation Process
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Traceability System Demonstration
|
|
3
3
|
*
|
|
4
4
|
* This script demonstrates the Requirements Traceability System
|
|
5
|
-
* by scanning the
|
|
5
|
+
* by scanning the AIWG project and generating reports.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { TraceabilityChecker } from '../src/traceability/traceability-checker.js';
|
|
@@ -77,7 +77,7 @@ The framework provides 87+ templates organized by marketing discipline:
|
|
|
77
77
|
|
|
78
78
|
## Relationship to Core Repository
|
|
79
79
|
|
|
80
|
-
This framework is part of the
|
|
80
|
+
This framework is part of the AIWG repository but serves as a standalone marketing toolkit. The parent repository contains:
|
|
81
81
|
|
|
82
82
|
- `/agents/` - General-purpose writing agents (content-diversifier, writing-validator, prompt-optimizer)
|
|
83
83
|
- `/commands/` - General-purpose command documentation
|
|
@@ -614,7 +614,7 @@ The MMK framework seamlessly integrates with the SDLC Complete framework for pro
|
|
|
614
614
|
|
|
615
615
|
## Installation
|
|
616
616
|
|
|
617
|
-
Use the
|
|
617
|
+
Use the AIWG CLI to deploy this framework:
|
|
618
618
|
|
|
619
619
|
```bash
|
|
620
620
|
# Install CLI
|
|
@@ -822,13 +822,13 @@ For complete marketing execution, integrate with:
|
|
|
822
822
|
|
|
823
823
|
## Support and Resources
|
|
824
824
|
|
|
825
|
-
- **Repository**: https://github.com/jmagly/
|
|
825
|
+
- **Repository**: https://github.com/jmagly/aiwg
|
|
826
826
|
- **Framework Documentation**: `/agentic/code/frameworks/media-marketing-kit/`
|
|
827
827
|
- **Research Findings**: `.aiwg/planning/mmk-research/RESEARCH-SYNTHESIS.md`
|
|
828
828
|
- **Template Library**: `/templates/`
|
|
829
829
|
- **Agent Catalog**: `/agents/`
|
|
830
|
-
- **Issues**: https://github.com/jmagly/
|
|
831
|
-
- **Discussions**: https://github.com/jmagly/
|
|
830
|
+
- **Issues**: https://github.com/jmagly/aiwg/issues
|
|
831
|
+
- **Discussions**: https://github.com/jmagly/aiwg/discussions
|
|
832
832
|
|
|
833
833
|
## Contributing
|
|
834
834
|
|
|
@@ -836,7 +836,7 @@ See the parent repository's `AGENTS.md` for contribution guidelines.
|
|
|
836
836
|
|
|
837
837
|
## License
|
|
838
838
|
|
|
839
|
-
Part of the
|
|
839
|
+
Part of the AIWG repository. See main repository for license information.
|
|
840
840
|
|
|
841
841
|
---
|
|
842
842
|
|
|
@@ -706,7 +706,7 @@ After successfully completing this command, offer the user an opportunity to sta
|
|
|
706
706
|
|
|
707
707
|
**Prompt**:
|
|
708
708
|
```
|
|
709
|
-
The
|
|
709
|
+
The AIWG is an open-source project that helps improve AI-generated content.
|
|
710
710
|
If you found this helpful, would you like to star the repository on GitHub?
|
|
711
711
|
|
|
712
712
|
Options:
|
|
@@ -725,18 +725,18 @@ Options:
|
|
|
725
725
|
```bash
|
|
726
726
|
gh api -X PUT /user/starred/jmagly/ai-writing-guide
|
|
727
727
|
```
|
|
728
|
-
- If successful: "⭐ Thank you for starring the
|
|
729
|
-
- If fails: "Could not star via gh CLI. You can star manually at: https://github.com/jmagly/
|
|
728
|
+
- If successful: "⭐ Thank you for starring the AIWG! Your support helps the project grow."
|
|
729
|
+
- If fails: "Could not star via gh CLI. You can star manually at: https://github.com/jmagly/aiwg"
|
|
730
730
|
|
|
731
731
|
3. If `gh` is not available:
|
|
732
732
|
```
|
|
733
733
|
GitHub CLI (gh) not found. You can star the repository at:
|
|
734
|
-
https://github.com/jmagly/
|
|
734
|
+
https://github.com/jmagly/aiwg
|
|
735
735
|
```
|
|
736
736
|
|
|
737
737
|
**If user selects "No thanks"**:
|
|
738
738
|
```
|
|
739
|
-
No problem! Thanks for using the
|
|
739
|
+
No problem! Thanks for using the AIWG.
|
|
740
740
|
```
|
|
741
741
|
|
|
742
742
|
## References
|
|
@@ -471,7 +471,7 @@ After successfully completing this command, offer the user an opportunity to sta
|
|
|
471
471
|
|
|
472
472
|
**Prompt**:
|
|
473
473
|
```
|
|
474
|
-
The
|
|
474
|
+
The AIWG is an open-source project that helps improve AI-generated content.
|
|
475
475
|
If you found this helpful, would you like to star the repository on GitHub?
|
|
476
476
|
|
|
477
477
|
Options:
|
|
@@ -490,18 +490,18 @@ Options:
|
|
|
490
490
|
```bash
|
|
491
491
|
gh api -X PUT /user/starred/jmagly/ai-writing-guide
|
|
492
492
|
```
|
|
493
|
-
- If successful: "⭐ Thank you for starring the
|
|
494
|
-
- If fails: "Could not star via gh CLI. You can star manually at: https://github.com/jmagly/
|
|
493
|
+
- If successful: "⭐ Thank you for starring the AIWG! Your support helps the project grow."
|
|
494
|
+
- If fails: "Could not star via gh CLI. You can star manually at: https://github.com/jmagly/aiwg"
|
|
495
495
|
|
|
496
496
|
3. If `gh` is not available:
|
|
497
497
|
```
|
|
498
498
|
GitHub CLI (gh) not found. You can star the repository at:
|
|
499
|
-
https://github.com/jmagly/
|
|
499
|
+
https://github.com/jmagly/aiwg
|
|
500
500
|
```
|
|
501
501
|
|
|
502
502
|
**If user selects "No thanks"**:
|
|
503
503
|
```
|
|
504
|
-
No problem! Thanks for using the
|
|
504
|
+
No problem! Thanks for using the AIWG.
|
|
505
505
|
```
|
|
506
506
|
|
|
507
507
|
## References
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://github.com/jmagly/
|
|
3
|
+
"$id": "https://github.com/jmagly/aiwg/mmk-models-config.json",
|
|
4
4
|
"title": "AIWG MMK Model Configuration",
|
|
5
5
|
"description": "Default model mappings for AIWG Media Marketing Kit framework deployment. Users can customize these values for their specific needs.",
|
|
6
6
|
"version": "1.0.0",
|
|
@@ -4,7 +4,7 @@ This file provides guidance to AI platforms (Claude Code, Warp Terminal, Factory
|
|
|
4
4
|
|
|
5
5
|
## Repository Purpose
|
|
6
6
|
|
|
7
|
-
This project uses the **
|
|
7
|
+
This project uses the **AIWG Media/Marketing Kit (MMK) Framework** for marketing workflow management, campaign development, and creative production.
|
|
8
8
|
|
|
9
9
|
## MMK Framework Overview
|
|
10
10
|
|
|
@@ -349,5 +349,5 @@ Starting orchestration..."
|
|
|
349
349
|
|
|
350
350
|
## Support
|
|
351
351
|
|
|
352
|
-
- **AIWG Repository**: https://github.com/jmagly/
|
|
353
|
-
- **Issues**: https://github.com/jmagly/
|
|
352
|
+
- **AIWG Repository**: https://github.com/jmagly/aiwg
|
|
353
|
+
- **Issues**: https://github.com/jmagly/aiwg/issues
|
|
@@ -466,7 +466,7 @@ aiwg research summarize REF-XXX --ocr
|
|
|
466
466
|
|
|
467
467
|
## Contributing
|
|
468
468
|
|
|
469
|
-
Research Framework is part of the
|
|
469
|
+
Research Framework is part of the AIWG project. See main project documentation for contribution guidelines.
|
|
470
470
|
|
|
471
471
|
## References
|
|
472
472
|
|
|
@@ -480,7 +480,7 @@ Research Framework is part of the AI Writing Guide project. See main project doc
|
|
|
480
480
|
## Support
|
|
481
481
|
|
|
482
482
|
- **Documentation**: `@agentic/code/frameworks/research-complete/`
|
|
483
|
-
- **Issues**: https://github.com/jmagly/
|
|
483
|
+
- **Issues**: https://github.com/jmagly/aiwg/issues
|
|
484
484
|
- **Discord**: https://discord.gg/BuAusFMxdA
|
|
485
485
|
- **Telegram**: https://t.me/+oJg9w2lE6A5lOGFh
|
|
486
486
|
|
|
@@ -174,7 +174,7 @@ Each archive includes comprehensive metadata:
|
|
|
174
174
|
```yaml
|
|
175
175
|
# bag-info.txt (BagIt metadata)
|
|
176
176
|
Source-Organization: AIWG Research Corpus
|
|
177
|
-
Organization-Address: https://github.com/jmagly/
|
|
177
|
+
Organization-Address: https://github.com/jmagly/aiwg
|
|
178
178
|
Contact-Name: AIWG Archival Agent
|
|
179
179
|
Contact-Email: research@aiwg.io
|
|
180
180
|
External-Description: Research paper archive for REF-022 (AutoGen)
|