learnship 2.3.2 → 2.3.4

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 (35) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/.cursor-plugin/plugin.json +1 -1
  3. package/README.md +17 -6
  4. package/agents/learnship-plan-checker.md +6 -1
  5. package/agents/learnship-planner.md +21 -11
  6. package/bin/install.js +1 -1
  7. package/cursor-rules/learnship.mdc +3 -1
  8. package/gemini-extension.json +1 -1
  9. package/learnship/agents/plan-checker.md +5 -0
  10. package/learnship/agents/planner.md +14 -1
  11. package/learnship/references/planning-config.md +1 -1
  12. package/learnship/templates/plan.md +8 -0
  13. package/learnship/workflows/audit-milestone.md +5 -0
  14. package/learnship/workflows/challenge.md +10 -0
  15. package/learnship/workflows/compound.md +5 -0
  16. package/learnship/workflows/debug.md +10 -0
  17. package/learnship/workflows/diagnose-issues.md +5 -0
  18. package/learnship/workflows/discuss-phase.md +38 -3
  19. package/learnship/workflows/docs-update.md +92 -0
  20. package/learnship/workflows/execute-phase.md +10 -0
  21. package/learnship/workflows/execute-plan.md +5 -0
  22. package/learnship/workflows/ideate.md +10 -0
  23. package/learnship/workflows/map-codebase.md +5 -0
  24. package/learnship/workflows/new-milestone.md +10 -0
  25. package/learnship/workflows/new-project.md +127 -20
  26. package/learnship/workflows/plan-phase.md +44 -16
  27. package/learnship/workflows/quick.md +25 -0
  28. package/learnship/workflows/research-phase.md +11 -4
  29. package/learnship/workflows/review.md +5 -0
  30. package/learnship/workflows/secure-phase.md +5 -0
  31. package/learnship/workflows/settings.md +1 -1
  32. package/learnship/workflows/validate-phase.md +5 -0
  33. package/learnship/workflows/verify-work.md +15 -0
  34. package/package.json +1 -1
  35. package/templates/plan.md +8 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "learnship",
3
- "version": "2.3.2",
3
+ "version": "2.3.4",
4
4
  "description": "Learn as you build. Build with intent. — A multi-platform agentic engineering system for Windsurf, Claude Code, Cursor, OpenCode, Gemini CLI, and Codex: 57 spec-driven workflows, 17 specialist agent personas, integrated learning, and production-grade design.",
5
5
  "keywords": [
6
6
  "agentic",
package/templates/plan.md CHANGED
@@ -113,6 +113,14 @@ Phases execute in numeric order: 2 → 2.1 → 2.2 → 3 → 3.1 → 4
113
113
  - Progress table updated by execute workflow
114
114
  - Plan count can be "TBD" initially, refined during planning
115
115
 
116
+ **Vertical slice planning (enforced by plan-phase and plan-checker):**
117
+ - Each PLAN.md is a tracer bullet — one user-facing behavior, all layers (data → logic → API → UI → test)
118
+ - A completed plan is demoable without completing other plans
119
+ - Plan descriptions in this roadmap should reflect what users experience, not which layer is being built
120
+ - ✗ "01-01: Create database schema" — horizontal, not demoable alone
121
+ - ✓ "01-01: User can register and receive confirmation email" — vertical, demoable
122
+ - Exception: `single_layer_justified: true` in PLAN.md frontmatter for legitimately single-layer phases
123
+
116
124
  **Success criteria:**
117
125
  - 2-5 observable behaviors per phase (from user's perspective)
118
126
  - Cross-checked against requirements during roadmap creation