uctm 1.5.0 → 1.5.2

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 (40) hide show
  1. package/.claude-plugin/plugin.json +6 -0
  2. package/README.md +1122 -0
  3. package/agents/builder.md +28 -59
  4. package/agents/committer.md +41 -73
  5. package/agents/planner.md +30 -31
  6. package/agents/scheduler.md +40 -58
  7. package/agents/specifier.md +29 -31
  8. package/agents/verifier.md +31 -56
  9. package/bin/cli.mjs +11 -58
  10. package/lib/constants.mjs +14 -11
  11. package/lib/init.mjs +29 -16
  12. package/lib/update.mjs +28 -22
  13. package/package.json +5 -2
  14. package/skills/sdd-pipeline/SKILL.md +8 -6
  15. package/skills/work-pipeline/SKILL.md +31 -8
  16. package/skills/work-status/SKILL.md +2 -2
  17. package/agents/agent-flow.md +0 -279
  18. package/agents/context-policy.md +0 -94
  19. package/agents/file-content-schema.md +0 -249
  20. package/agents/ko/agent-flow.md +0 -231
  21. package/agents/ko/builder.md +0 -164
  22. package/agents/ko/committer.md +0 -202
  23. package/agents/ko/context-policy.md +0 -94
  24. package/agents/ko/file-content-schema.md +0 -249
  25. package/agents/ko/planner.md +0 -161
  26. package/agents/ko/scheduler.md +0 -189
  27. package/agents/ko/shared-prompt-sections.md +0 -250
  28. package/agents/ko/specifier.md +0 -194
  29. package/agents/ko/verifier.md +0 -149
  30. package/agents/ko/work-activity-log.md +0 -47
  31. package/agents/ko/xml-schema.md +0 -109
  32. package/agents/shared-prompt-sections.md +0 -250
  33. package/agents/work-activity-log.md +0 -47
  34. package/agents/xml-schema.md +0 -159
  35. package/skills/sdd-pipeline/references/agent-flow.md +0 -279
  36. package/skills/sdd-pipeline/references/context-policy.md +0 -94
  37. package/skills/sdd-pipeline/references/file-content-schema.md +0 -249
  38. package/skills/sdd-pipeline/references/shared-prompt-sections.md +0 -250
  39. package/skills/sdd-pipeline/references/work-activity-log.md +0 -47
  40. package/skills/sdd-pipeline/references/xml-schema.md +0 -159
@@ -9,6 +9,12 @@
9
9
  "./agents/verifier.md",
10
10
  "./agents/committer.md"
11
11
  ],
12
+ "skills": [
13
+ "./skills/init",
14
+ "./skills/work-pipeline",
15
+ "./skills/work-status",
16
+ "./skills/sdd-pipeline"
17
+ ],
12
18
  "description": "SDD WORK-PIPELINE Agent — Requirements analysis & development 6-agent full pipeline with DAG-based orchestration and sliding window context management",
13
19
  "author": {
14
20
  "name": "UCJung",