myaidev-method 0.3.1 ā 0.3.3
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-plugin/plugin.json +52 -48
- package/CHANGELOG.md +5 -0
- package/DEV_WORKFLOW_GUIDE.md +6 -6
- package/MCP_INTEGRATION.md +4 -4
- package/README.md +140 -66
- package/TECHNICAL_ARCHITECTURE.md +112 -18
- package/USER_GUIDE.md +270 -39
- package/bin/cli.js +47 -13
- package/dist/mcp/gutenberg-converter.js +667 -413
- package/dist/mcp/wordpress-admin-mcp.js +0 -1
- package/dist/mcp/wordpress-integration.js +0 -1
- package/dist/mcp/wordpress-server.js +1558 -1182
- package/dist/server/.tsbuildinfo +1 -1
- package/extension.json +3 -3
- package/package.json +9 -2
- package/skills/content-writer/SKILL.md +130 -178
- package/skills/infographic/SKILL.md +191 -0
- package/skills/myaidev-analyze/SKILL.md +242 -0
- package/skills/myaidev-architect/SKILL.md +389 -0
- package/skills/myaidev-coder/SKILL.md +291 -0
- package/skills/myaidev-debug/SKILL.md +308 -0
- package/skills/myaidev-documenter/SKILL.md +194 -0
- package/skills/myaidev-migrate/SKILL.md +300 -0
- package/skills/myaidev-performance/SKILL.md +270 -0
- package/skills/myaidev-refactor/SKILL.md +296 -0
- package/skills/myaidev-reviewer/SKILL.md +385 -0
- package/skills/myaidev-tester/SKILL.md +331 -0
- package/skills/myaidev-workflow/SKILL.md +567 -0
- package/skills/security-auditor/SKILL.md +1 -1
- package/src/cli/commands/addon.js +60 -12
- package/src/cli/commands/auth.js +10 -2
- package/src/config/workflows.js +11 -6
- package/src/lib/ascii-banner.js +3 -3
- package/src/lib/coolify-utils.js +0 -1
- package/src/lib/payloadcms-utils.js +0 -1
- package/src/lib/visual-generation-utils.js +0 -1
- package/src/lib/wordpress-admin-utils.js +0 -1
- package/src/mcp/gutenberg-converter.js +667 -413
- package/src/mcp/wordpress-admin-mcp.js +0 -1
- package/src/mcp/wordpress-integration.js +0 -1
- package/src/mcp/wordpress-server.js +1558 -1182
- package/src/scripts/test-coolify-deploy.js +0 -1
- package/src/statusline/statusline.sh +279 -0
- package/skills/content-writer/agents/editor-agent.md +0 -138
- package/skills/content-writer/agents/planner-agent.md +0 -121
- package/skills/content-writer/agents/research-agent.md +0 -83
- package/skills/content-writer/agents/seo-agent.md +0 -139
- package/skills/content-writer/agents/visual-planner-agent.md +0 -110
- package/skills/content-writer/agents/writer-agent.md +0 -85
- package/skills/sparc-architect/SKILL.md +0 -127
- package/skills/sparc-coder/SKILL.md +0 -90
- package/skills/sparc-documenter/SKILL.md +0 -155
- package/skills/sparc-reviewer/SKILL.md +0 -138
- package/skills/sparc-tester/SKILL.md +0 -100
- package/skills/sparc-workflow/SKILL.md +0 -130
- /package/{marketplace.json ā .claude-plugin/marketplace.json} +0 -0
package/bin/cli.js
CHANGED
|
@@ -40,7 +40,8 @@ async function loadWorkflowSystem() {
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
program
|
|
43
|
-
.version('0.
|
|
43
|
+
.version('0.3.3')
|
|
44
|
+
.enablePositionalOptions()
|
|
44
45
|
.description('MyAIDev Method - Comprehensive development framework with SPARC methodology');
|
|
45
46
|
|
|
46
47
|
// Helper function for CLI type selection
|
|
@@ -424,7 +425,7 @@ program
|
|
|
424
425
|
console.log(chalk.magenta('\nš§ Skills Installed (.claude/skills/):'));
|
|
425
426
|
console.log(chalk.gray(' 24 skills covering development, content, publishing, deployment, security'));
|
|
426
427
|
console.log(chalk.gray(''));
|
|
427
|
-
console.log(chalk.green(' Development:
|
|
428
|
+
console.log(chalk.green(' Development: myaidev-workflow, myaidev-architect, myaidev-coder, myaidev-tester'));
|
|
428
429
|
console.log(chalk.green(' Content: content-writer, content-rules-setup, content-coordinator'));
|
|
429
430
|
console.log(chalk.yellow(' Publishing: wordpress, payloadcms, docusaurus, mintlify, astro'));
|
|
430
431
|
console.log(chalk.blue(' Deploy/Infra: deployer, coolify-deployer, openstack-manager'));
|
|
@@ -496,12 +497,12 @@ This project uses the MyAIDev Method ā a skills-based AI development framework
|
|
|
496
497
|
Skills are the primary delivery mechanism. Each skill is a self-contained orchestrator with its own subagents.
|
|
497
498
|
|
|
498
499
|
### Development (SPARC Methodology)
|
|
499
|
-
- \`
|
|
500
|
-
- \`
|
|
501
|
-
- \`
|
|
502
|
-
- \`
|
|
503
|
-
- \`
|
|
504
|
-
- \`
|
|
500
|
+
- \`myaidev-workflow\` - Complete 5-phase SPARC orchestrator
|
|
501
|
+
- \`myaidev-architect\` - System architecture design
|
|
502
|
+
- \`myaidev-coder\` - Code implementation with SOLID principles
|
|
503
|
+
- \`myaidev-tester\` - Test creation and execution
|
|
504
|
+
- \`myaidev-reviewer\` - Code review and security analysis
|
|
505
|
+
- \`myaidev-documenter\` - Documentation generation
|
|
505
506
|
|
|
506
507
|
### Content Creation
|
|
507
508
|
- \`content-writer\` - Multi-agent pipeline (research, plan, write, SEO, edit, visuals)
|
|
@@ -721,6 +722,39 @@ See \`USER_GUIDE.md\` for detailed instructions.
|
|
|
721
722
|
const pkgJson = await fs.readJson(path.join(__dirname, '..', 'package.json'));
|
|
722
723
|
const versionFile = path.join(claudeDir, '.myaidev-version');
|
|
723
724
|
await fs.writeFile(versionFile, pkgJson.version);
|
|
725
|
+
|
|
726
|
+
// Copy statusline script and configure settings.json
|
|
727
|
+
const statuslineSrc = path.join(__dirname, '..', 'src', 'statusline', 'statusline.sh');
|
|
728
|
+
const statuslineDest = path.join(claudeDir, 'statusline.sh');
|
|
729
|
+
if (await fs.pathExists(statuslineSrc)) {
|
|
730
|
+
await fs.copy(statuslineSrc, statuslineDest);
|
|
731
|
+
await fs.chmod(statuslineDest, 0o755);
|
|
732
|
+
|
|
733
|
+
// Create or merge .claude/settings.json with statusLine config
|
|
734
|
+
const settingsPath = path.join(claudeDir, 'settings.json');
|
|
735
|
+
let settings = {};
|
|
736
|
+
if (await fs.pathExists(settingsPath)) {
|
|
737
|
+
try {
|
|
738
|
+
settings = await fs.readJson(settingsPath);
|
|
739
|
+
} catch {
|
|
740
|
+
settings = {};
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
settings.statusLine = {
|
|
744
|
+
type: 'command',
|
|
745
|
+
command: '.claude/statusline.sh'
|
|
746
|
+
};
|
|
747
|
+
settings.extraKnownMarketplaces = {
|
|
748
|
+
'myaidev-marketplace': {
|
|
749
|
+
source: {
|
|
750
|
+
source: 'github',
|
|
751
|
+
repo: 'myaione/myaidev-marketplace'
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
};
|
|
755
|
+
await fs.writeJson(settingsPath, settings, { spaces: 2 });
|
|
756
|
+
console.log(chalk.green(' ā Status line configured'));
|
|
757
|
+
}
|
|
724
758
|
}
|
|
725
759
|
|
|
726
760
|
async function setupGemini(projectDir) {
|
|
@@ -754,8 +788,8 @@ This project uses the MyAIDev Method ā a skills-based AI development framework
|
|
|
754
788
|
Skills are discovered automatically. Gemini activates them when relevant to your request.
|
|
755
789
|
|
|
756
790
|
### Development (SPARC)
|
|
757
|
-
- \`
|
|
758
|
-
- \`
|
|
791
|
+
- \`myaidev-workflow\` - Complete 5-phase SPARC orchestrator
|
|
792
|
+
- \`myaidev-architect\` / \`myaidev-coder\` / \`myaidev-tester\` / \`myaidev-reviewer\` / \`myaidev-documenter\`
|
|
759
793
|
|
|
760
794
|
### Content & Publishing
|
|
761
795
|
- \`content-writer\` - SEO-optimized content creation
|
|
@@ -773,7 +807,7 @@ Skills are discovered automatically. Gemini activates them when relevant to your
|
|
|
773
807
|
\`\`\`bash
|
|
774
808
|
# Skills activate automatically, or invoke directly:
|
|
775
809
|
/content-writer "Write a guide on Kubernetes best practices"
|
|
776
|
-
/
|
|
810
|
+
/myaidev-workflow "Build a REST API"
|
|
777
811
|
/deployer "Deploy to staging"
|
|
778
812
|
\`\`\`
|
|
779
813
|
`;
|
|
@@ -812,8 +846,8 @@ This project uses the MyAIDev Method ā a skills-based AI development framework
|
|
|
812
846
|
Enable experimental skills support: \`experimental.skills = true\` in settings.
|
|
813
847
|
|
|
814
848
|
### Development (SPARC)
|
|
815
|
-
- \`
|
|
816
|
-
- \`
|
|
849
|
+
- \`myaidev-workflow\` - Complete 5-phase SPARC orchestrator
|
|
850
|
+
- \`myaidev-architect\` / \`myaidev-coder\` / \`myaidev-tester\` / \`myaidev-reviewer\` / \`myaidev-documenter\`
|
|
817
851
|
|
|
818
852
|
### Content & Publishing
|
|
819
853
|
- \`content-writer\` - SEO-optimized content creation
|