profile.json 916 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "Essential (Minimal)",
  3. "description": "Minimal starter kit - universal agent with core subagents. Great for learning the system or lightweight tasks. Upgrade to Developer or Business for full features.",
  4. "components": [
  5. "agent:openagent",
  6. "subagent:task-manager",
  7. "subagent:contextscout",
  8. "subagent:documentation",
  9. "skill:task-management",
  10. "command:context",
  11. "command:clean",
  12. "tool:env",
  13. "context:essential-patterns",
  14. "context:project-context",
  15. "context:quick-start",
  16. "context:standards-code",
  17. "context:standards-patterns",
  18. "context:standards-tests",
  19. "context:standards-docs",
  20. "context:standards-analysis",
  21. "context:workflows-delegation",
  22. "context:session-management",
  23. "context:feature-breakdown",
  24. "context:workflows-review",
  25. "context:system-context-guide",
  26. "context:adding-skill",
  27. "config:env-example"
  28. ]
  29. }