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.
Files changed (56) hide show
  1. package/.claude-plugin/plugin.json +52 -48
  2. package/CHANGELOG.md +5 -0
  3. package/DEV_WORKFLOW_GUIDE.md +6 -6
  4. package/MCP_INTEGRATION.md +4 -4
  5. package/README.md +140 -66
  6. package/TECHNICAL_ARCHITECTURE.md +112 -18
  7. package/USER_GUIDE.md +270 -39
  8. package/bin/cli.js +47 -13
  9. package/dist/mcp/gutenberg-converter.js +667 -413
  10. package/dist/mcp/wordpress-admin-mcp.js +0 -1
  11. package/dist/mcp/wordpress-integration.js +0 -1
  12. package/dist/mcp/wordpress-server.js +1558 -1182
  13. package/dist/server/.tsbuildinfo +1 -1
  14. package/extension.json +3 -3
  15. package/package.json +9 -2
  16. package/skills/content-writer/SKILL.md +130 -178
  17. package/skills/infographic/SKILL.md +191 -0
  18. package/skills/myaidev-analyze/SKILL.md +242 -0
  19. package/skills/myaidev-architect/SKILL.md +389 -0
  20. package/skills/myaidev-coder/SKILL.md +291 -0
  21. package/skills/myaidev-debug/SKILL.md +308 -0
  22. package/skills/myaidev-documenter/SKILL.md +194 -0
  23. package/skills/myaidev-migrate/SKILL.md +300 -0
  24. package/skills/myaidev-performance/SKILL.md +270 -0
  25. package/skills/myaidev-refactor/SKILL.md +296 -0
  26. package/skills/myaidev-reviewer/SKILL.md +385 -0
  27. package/skills/myaidev-tester/SKILL.md +331 -0
  28. package/skills/myaidev-workflow/SKILL.md +567 -0
  29. package/skills/security-auditor/SKILL.md +1 -1
  30. package/src/cli/commands/addon.js +60 -12
  31. package/src/cli/commands/auth.js +10 -2
  32. package/src/config/workflows.js +11 -6
  33. package/src/lib/ascii-banner.js +3 -3
  34. package/src/lib/coolify-utils.js +0 -1
  35. package/src/lib/payloadcms-utils.js +0 -1
  36. package/src/lib/visual-generation-utils.js +0 -1
  37. package/src/lib/wordpress-admin-utils.js +0 -1
  38. package/src/mcp/gutenberg-converter.js +667 -413
  39. package/src/mcp/wordpress-admin-mcp.js +0 -1
  40. package/src/mcp/wordpress-integration.js +0 -1
  41. package/src/mcp/wordpress-server.js +1558 -1182
  42. package/src/scripts/test-coolify-deploy.js +0 -1
  43. package/src/statusline/statusline.sh +279 -0
  44. package/skills/content-writer/agents/editor-agent.md +0 -138
  45. package/skills/content-writer/agents/planner-agent.md +0 -121
  46. package/skills/content-writer/agents/research-agent.md +0 -83
  47. package/skills/content-writer/agents/seo-agent.md +0 -139
  48. package/skills/content-writer/agents/visual-planner-agent.md +0 -110
  49. package/skills/content-writer/agents/writer-agent.md +0 -85
  50. package/skills/sparc-architect/SKILL.md +0 -127
  51. package/skills/sparc-coder/SKILL.md +0 -90
  52. package/skills/sparc-documenter/SKILL.md +0 -155
  53. package/skills/sparc-reviewer/SKILL.md +0 -138
  54. package/skills/sparc-tester/SKILL.md +0 -100
  55. package/skills/sparc-workflow/SKILL.md +0 -130
  56. /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.2.25')
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: sparc-workflow, sparc-architect, sparc-coder, sparc-tester'));
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
- - \`sparc-workflow\` - Complete 5-phase SPARC orchestrator
500
- - \`sparc-architect\` - System architecture design
501
- - \`sparc-coder\` - Code implementation with SOLID principles
502
- - \`sparc-tester\` - Test creation and execution
503
- - \`sparc-reviewer\` - Code review and security analysis
504
- - \`sparc-documenter\` - Documentation generation
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
- - \`sparc-workflow\` - Complete 5-phase SPARC orchestrator
758
- - \`sparc-architect\` / \`sparc-coder\` / \`sparc-tester\` / \`sparc-reviewer\` / \`sparc-documenter\`
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
- /sparc-workflow "Build a REST API"
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
- - \`sparc-workflow\` - Complete 5-phase SPARC orchestrator
816
- - \`sparc-architect\` / \`sparc-coder\` / \`sparc-tester\` / \`sparc-reviewer\` / \`sparc-documenter\`
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