singularity-forge/src
Lex Christopherson f0459785c6 refactor: right-size pipeline for simple work
Remove task/project/product classification taxonomy from discuss prompt.
The LLM now sizes work based on judgment, not labels.

Key changes:
- discuss.md: Replace 3-tier classification with judgment-based sizing.
  Remove hard minimum question rounds (2 for task, 4 for project).
  Questioning depth now matches actual scope.

- plan-milestone.md: Add right-sizing doctrine. Single-slice milestones
  now write the S01 plan + task plans inline, eliminating separate
  research-slice and plan-slice sessions.

- plan-slice.md: Add right-sizing guidance. Make Proof Level,
  Integration Closure, and Observability sections conditional —
  omit entirely for simple slices instead of filling with 'none'.
  Consolidate self-audit from 10 items to 7 (remove duplicates).

- auto.ts: Skip research-slice for S01 when milestone research exists.
  Update peekNext label for plan-milestone.

- complete-slice.md: Add effort-matching guidance. Lighten observability
  verification for simple slices.

- execute-task.md: Make observability steps conditional on task plan
  content rather than always required.

- templates (plan.md, task-plan.md): Add comments making heavyweight
  sections explicitly optional for simple work.

Pipeline reduction for simple 1-slice milestone:
  Before: 9-10 sessions (research-M, plan-M, research-S, plan-S,
          execute×N, complete-S, reassess, complete-M)
  After:  5-6 sessions (research-M, plan-M [+S01 inline],
          execute×N, complete-S, complete-M)
2026-03-12 14:33:42 -06:00
..
resources refactor: right-size pipeline for simple work 2026-03-12 14:33:42 -06:00
tests fix: prevent duplicate tools on provider toggle, suppress restore notifications, fix Windows test globs 2026-03-12 13:50:03 -03:00
app-paths.ts Initial commit 2026-03-10 22:28:37 -06:00
cli.ts feat: migrate provider credentials from existing Pi install 2026-03-12 11:08:34 -06:00
loader.ts feat: add clack-based onboarding wizard and gsd config command (#118) 2026-03-12 10:02:00 -06:00
logo.ts feat: add clack-based onboarding wizard and gsd config command (#118) 2026-03-12 10:02:00 -06:00
onboarding.ts feat: add clack-based onboarding wizard and gsd config command (#118) 2026-03-12 10:02:00 -06:00
pi-migration.ts feat: migrate provider credentials from existing Pi install 2026-03-12 11:08:34 -06:00
resource-loader.ts fix: support pi extensions from ~/.pi/agent/extensions/ (#51) 2026-03-11 13:09:30 -06:00
tool-bootstrap.ts fix: bootstrap managed tools and gh auth 2026-03-11 10:52:45 -06:00
wizard.ts feat: add clack-based onboarding wizard and gsd config command (#118) 2026-03-12 10:02:00 -06:00