create-quiver 0.10.0 → 0.12.1
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.
- package/BACKLOG.md +16 -17
- package/CHANGELOG.md +78 -0
- package/README.md +208 -41
- package/README_FOR_AI.md +50 -24
- package/ROADMAP.md +34 -11
- package/docs/AI_CONTEXT.md.template +2 -0
- package/docs/AI_ONBOARDING_PROMPT.md.template +31 -18
- package/docs/COMMANDS.md.template +90 -16
- package/docs/CONTEXTO.md.template +2 -0
- package/docs/DECISIONS.md.template +1 -0
- package/docs/INDEX.md.template +20 -18
- package/docs/STATUS.md.template +6 -1
- package/docs/SUPPORT_MATRIX.md.template +2 -2
- package/docs/TROUBLESHOOTING.md.template +50 -0
- package/docs/WORKFLOW.md.template +27 -17
- package/package.json +27 -4
- package/package.template.json +13 -1
- package/scripts/init-docs.sh +11 -4
- package/scripts/package-quiver.sh +18 -2
- package/specs/quiver-v22-guided-ai-workflow/EVIDENCE_REPORT.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/EXECUTION_PLAN.md +88 -0
- package/specs/quiver-v22-guided-ai-workflow/SPEC.md +228 -0
- package/specs/quiver-v22-guided-ai-workflow/STATUS.md +42 -0
- package/specs/quiver-v22-guided-ai-workflow/pr.md +104 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-00-spec-foundation/slice.json +51 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-01-docs-source-of-truth-sync/slice.json +55 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/CLOSURE_BRIEF.md +30 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/EXECUTION_BRIEF.md +57 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-02-prepare-command-diagnostics/slice.json +57 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-03-context-doc-refresh/slice.json +56 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-04-planner-approval-state/slice.json +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-05-spec-worktree-lifecycle/slice.json +54 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-06-executor-commit-recovery/slice.json +57 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-07-execution-waves-delegation/slice.json +55 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-08-pr-create-gh-ssh/slice.json +53 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/EXECUTION_BRIEF.md +59 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-09-post-merge-cleanup-release-safety/slice.json +59 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +58 -0
- package/specs/quiver-v22-guided-ai-workflow/slices/slice-10-docs-smokes-release-readiness/slice.json +60 -0
- package/specs/quiver-v23-guided-flow-productization/EVIDENCE_REPORT.md +80 -0
- package/specs/quiver-v23-guided-flow-productization/EXECUTION_PLAN.md +80 -0
- package/specs/quiver-v23-guided-flow-productization/SPEC.md +203 -0
- package/specs/quiver-v23-guided-flow-productization/STATUS.md +39 -0
- package/specs/quiver-v23-guided-flow-productization/pr.md +119 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +61 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/slice.json +51 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/EXECUTION_BRIEF.md +35 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-01-short-command-and-flow-entrypoint/slice.json +56 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/EXECUTION_BRIEF.md +29 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/slice.json +55 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/EXECUTION_BRIEF.md +29 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/slice.json +54 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/EXECUTION_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-04-context-preparation-onboarding/slice.json +59 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/EXECUTION_BRIEF.md +29 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-05-planner-iteration-history/slice.json +53 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/EXECUTION_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-06-production-plan-review/slice.json +54 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/EXECUTION_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-07-spec-create-experience/slice.json +55 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/EXECUTION_BRIEF.md +30 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-08-executor-prompt-generation/slice.json +55 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/EXECUTION_BRIEF.md +34 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-09-delegated-slice-execution/slice.json +57 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +32 -0
- package/specs/quiver-v23-guided-flow-productization/slices/slice-10-docs-smokes-release-readiness/slice.json +63 -0
- package/specs/quiver-v24-dx-onboarding-hardening/EVIDENCE_REPORT.md +55 -0
- package/specs/quiver-v24-dx-onboarding-hardening/EXECUTION_PLAN.md +43 -0
- package/specs/quiver-v24-dx-onboarding-hardening/SPEC.md +149 -0
- package/specs/quiver-v24-dx-onboarding-hardening/STATUS.md +31 -0
- package/specs/quiver-v24-dx-onboarding-hardening/pr.md +76 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +31 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-00-spec-foundation/slice.json +51 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/CLOSURE_BRIEF.md +38 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-01-init-template-hygiene/slice.json +55 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-02-cli-command-routing-version-errors/slice.json +52 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-03-doctor-fix-doc-link-checks/slice.json +53 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-04-prepare-output-ai-context-drafts/slice.json +70 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/EXECUTION_BRIEF.md +49 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-05-local-slice-validation-base-guidance/slice.json +52 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/CLOSURE_BRIEF.md +43 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-06-plan-graph-next-history-views/slice.json +60 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/CLOSURE_BRIEF.md +32 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/EXECUTION_BRIEF.md +50 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-07-analyzer-command-map-hardening/slice.json +51 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-08-evidence-run-command/slice.json +54 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/EXECUTION_BRIEF.md +51 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-09-spec-viewer-demo-scaffolding/slice.json +59 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v24-dx-onboarding-hardening/slices/slice-10-docs-smokes-release-readiness/slice.json +76 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/EVIDENCE_REPORT.md +293 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/EXECUTION_PLAN.md +58 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/SPEC.md +242 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/STATUS.md +35 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/pr.md +77 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-00-spec-foundation/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-01-cli-contract-compatibility/slice.json +56 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/CLOSURE_BRIEF.md +43 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-02-run-state-phase-locks/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-03-safe-ai-onboarding-docs/slice.json +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-04-agent-profiles-adapters/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-05-approval-gates/slice.json +53 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-06-spec-slice-generator/slice.json +55 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/CLOSURE_BRIEF.md +33 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-07-slice-execution-planner/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/CLOSURE_BRIEF.md +39 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/EXECUTION_BRIEF.md +56 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-08-controlled-slice-execution/slice.json +53 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/CLOSURE_BRIEF.md +38 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/EXECUTION_BRIEF.md +57 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-09-git-worktree-pr-lifecycle/slice.json +52 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/CLOSURE_BRIEF.md +39 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/EXECUTION_BRIEF.md +55 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-10-validation-errors-fixtures/slice.json +56 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/CLOSURE_BRIEF.md +36 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v25-ai-first-lifecycle-orchestrator/slices/slice-11-export-dashboard-migration/slice.json +53 -0
- package/specs/quiver-v26-0121-smoke-hardening/EVIDENCE_REPORT.md +208 -0
- package/specs/quiver-v26-0121-smoke-hardening/EXECUTION_PLAN.md +57 -0
- package/specs/quiver-v26-0121-smoke-hardening/SPEC.md +137 -0
- package/specs/quiver-v26-0121-smoke-hardening/STATUS.md +32 -0
- package/specs/quiver-v26-0121-smoke-hardening/pr.md +96 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/EXECUTION_BRIEF.md +55 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-00-docs-foundation/slice.json +73 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/CLOSURE_BRIEF.md +38 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/EXECUTION_BRIEF.md +51 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-01-cli-help-version-contract/slice.json +76 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/CLOSURE_BRIEF.md +37 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-02-init-doc-links-and-flow-guidance/slice.json +75 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/CLOSURE_BRIEF.md +37 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-03-ai-approval-review-consistency/slice.json +77 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/EXECUTION_BRIEF.md +52 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-04-local-validation-brief-contracts/slice.json +77 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/CLOSURE_BRIEF.md +34 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/EXECUTION_BRIEF.md +54 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-05-demo-scaffold-readiness/slice.json +84 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/EXECUTION_BRIEF.md +53 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-06-plan-graph-scope-performance/slice.json +82 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/CLOSURE_BRIEF.md +35 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/EXECUTION_BRIEF.md +55 -0
- package/specs/quiver-v26-0121-smoke-hardening/slices/slice-07-smoke-release-readiness/slice.json +92 -0
- package/src/create-quiver/commands/ai.js +1060 -37
- package/src/create-quiver/commands/demo.js +22 -0
- package/src/create-quiver/commands/evidence.js +37 -0
- package/src/create-quiver/commands/flow.js +562 -0
- package/src/create-quiver/commands/graph.js +19 -4
- package/src/create-quiver/commands/next.js +28 -0
- package/src/create-quiver/commands/plan.js +9 -6
- package/src/create-quiver/commands/prepare.js +236 -0
- package/src/create-quiver/commands/spec.js +133 -0
- package/src/create-quiver/index.js +1010 -31
- package/src/create-quiver/lib/actionable-error.js +27 -0
- package/src/create-quiver/lib/agent-profiles.js +148 -0
- package/src/create-quiver/lib/ai/context-packs.js +16 -0
- package/src/create-quiver/lib/ai/execution-plan.js +377 -11
- package/src/create-quiver/lib/ai/executor.js +633 -24
- package/src/create-quiver/lib/ai/export-state.js +534 -0
- package/src/create-quiver/lib/ai/github.js +279 -0
- package/src/create-quiver/lib/ai/onboarding-template.js +578 -0
- package/src/create-quiver/lib/ai/plan-review.js +286 -0
- package/src/create-quiver/lib/ai/providers.js +5 -3
- package/src/create-quiver/lib/ai/run-state.js +414 -0
- package/src/create-quiver/lib/ai/safety.js +5 -0
- package/src/create-quiver/lib/ai/spec-generator.js +12 -0
- package/src/create-quiver/lib/ai/spec-templates.js +80 -11
- package/src/create-quiver/lib/approvals.js +369 -0
- package/src/create-quiver/lib/demo.js +832 -0
- package/src/create-quiver/lib/doctor.js +309 -0
- package/src/create-quiver/lib/evidence.js +115 -0
- package/src/create-quiver/lib/handoff.js +81 -12
- package/src/create-quiver/lib/init-docs.js +302 -17
- package/src/create-quiver/lib/init-layout.js +34 -1
- package/src/create-quiver/lib/json.js +53 -3
- package/src/create-quiver/lib/lifecycle.js +6 -0
- package/src/create-quiver/lib/package-safety.js +117 -0
- package/src/create-quiver/lib/readiness.js +103 -21
- package/src/create-quiver/lib/scope.js +50 -7
- package/src/create-quiver/lib/slice-graph.js +138 -37
- package/src/create-quiver/lib/slice.js +14 -9
- package/src/create-quiver/lib/spec-worktrees.js +363 -0
package/specs/quiver-v23-guided-flow-productization/slices/slice-00-spec-foundation/slice.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-00-spec-foundation",
|
|
3
|
+
"ticket": "QUIVER-23-00",
|
|
4
|
+
"type": "docs",
|
|
5
|
+
"title": "Spec foundation and guided flow planning artifacts",
|
|
6
|
+
"objective": "Create the complete documentation foundation for the guided flow productization spec.",
|
|
7
|
+
"description": "Publish the spec, status, evidence report, execution plan, PR body, slice definitions, and handoffs before product implementation starts.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "guided-flow-productization-spec-foundation",
|
|
12
|
+
"branch_name": "feature/QUIVER-23-00-guided-flow-productization-spec-foundation"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"specs/quiver-v23-guided-flow-productization/**"
|
|
16
|
+
],
|
|
17
|
+
"depends_on": [],
|
|
18
|
+
"parallel_safe": "no",
|
|
19
|
+
"parallel_safe_reason": "slice-00 must land before every other slice.",
|
|
20
|
+
"must": [
|
|
21
|
+
"Create SPEC.md.",
|
|
22
|
+
"Create STATUS.md.",
|
|
23
|
+
"Create EVIDENCE_REPORT.md.",
|
|
24
|
+
"Create EXECUTION_PLAN.md.",
|
|
25
|
+
"Create pr.md.",
|
|
26
|
+
"Create slice.json, EXECUTION_BRIEF.md, and CLOSURE_BRIEF.md for every slice.",
|
|
27
|
+
"Avoid product code changes."
|
|
28
|
+
],
|
|
29
|
+
"not_included": [
|
|
30
|
+
"Implementing commands.",
|
|
31
|
+
"Changing package behavior.",
|
|
32
|
+
"Running AI providers.",
|
|
33
|
+
"Opening a PR."
|
|
34
|
+
],
|
|
35
|
+
"acceptance": [
|
|
36
|
+
"Spec folder exists under specs/quiver-v23-guided-flow-productization.",
|
|
37
|
+
"Mandatory slice-00 exists.",
|
|
38
|
+
"Every slice has slice.json, EXECUTION_BRIEF.md, and CLOSURE_BRIEF.md.",
|
|
39
|
+
"Every slice.json parses successfully.",
|
|
40
|
+
"No product code is modified."
|
|
41
|
+
],
|
|
42
|
+
"tests": [
|
|
43
|
+
"git diff --check",
|
|
44
|
+
"find specs/quiver-v23-guided-flow-productization -name \"slice.json\" -print -exec node -e \"JSON.parse(require('fs').readFileSync(process.argv[1], 'utf8'))\" {} \\;"
|
|
45
|
+
],
|
|
46
|
+
"estimated_hours": 2,
|
|
47
|
+
"status": "completed",
|
|
48
|
+
"blocked_reason": null,
|
|
49
|
+
"actual_hours": 2,
|
|
50
|
+
"completed_at": "2026-05-21T00:00:00-0300"
|
|
51
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-01: Short command and flow entrypoint
|
|
2
|
+
|
|
3
|
+
## Resumen de lo realizado
|
|
4
|
+
|
|
5
|
+
Se agrego la superficie inicial del flujo guiado: el paquete publica `quiver` como alias del mismo binario `create-quiver`, el CLI acepta `flow`, y el comando imprime el estado inicial y el proximo comando seguro sin escribir archivos ni llamar proveedores.
|
|
6
|
+
|
|
7
|
+
## Validacion contra criterios de aceptacion
|
|
8
|
+
|
|
9
|
+
- [x] Compatibilidad `create-quiver`.
|
|
10
|
+
- [x] Decision `quiver` documentada.
|
|
11
|
+
- [x] Entry point seguro.
|
|
12
|
+
- [x] Tests pasan.
|
|
13
|
+
|
|
14
|
+
## Cambios relevantes
|
|
15
|
+
|
|
16
|
+
- `package.json` y `package-lock.json`: alias binario `quiver` y script `quiver:flow`.
|
|
17
|
+
- `src/create-quiver/commands/flow.js`: comando read-only con salida texto y JSON.
|
|
18
|
+
- `src/create-quiver/index.js`: routing, usage y export del comando `flow`.
|
|
19
|
+
- `src/create-quiver/lib/init-layout.js` y `package.template.json`: script generado `quiver:flow`.
|
|
20
|
+
- `README.md`, `README_FOR_AI.md` y `docs/COMMANDS.md.template`: decision de alias y uso de `flow`.
|
|
21
|
+
- `tests/commands/flow.test.js`: cobertura del alias, script generado, read-only behavior y JSON.
|
|
22
|
+
|
|
23
|
+
## Pendientes
|
|
24
|
+
|
|
25
|
+
Ninguno para este slice.
|
|
26
|
+
|
|
27
|
+
## Riesgos remanentes
|
|
28
|
+
|
|
29
|
+
El alias `quiver` es un shortcut local/publicado por el paquete; el bootstrap remoto sigue siendo `npx create-quiver`, porque `npx quiver` podria resolver otro paquete si no existe una instalacion local.
|
|
30
|
+
|
|
31
|
+
## Recomendaciones futuras
|
|
32
|
+
|
|
33
|
+
Extender `flow` en `slice-02` para mostrar estado mas completo, blockers y wizard de siguiente paso.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-01: Short command and flow entrypoint
|
|
2
|
+
|
|
3
|
+
## Contexto
|
|
4
|
+
|
|
5
|
+
Quiver actualmente se ejecuta como `npx create-quiver`. El objetivo de producto es que el usuario pueda pensar en `quiver` como la experiencia principal sin romper compatibilidad.
|
|
6
|
+
|
|
7
|
+
## Objetivo
|
|
8
|
+
|
|
9
|
+
Crear la superficie inicial de comando corto y flujo guiado.
|
|
10
|
+
|
|
11
|
+
## Alcance
|
|
12
|
+
|
|
13
|
+
- Revisar `package.json` y `bin/`.
|
|
14
|
+
- Agregar o documentar el alias `quiver`.
|
|
15
|
+
- Agregar entrypoint inicial de `flow`.
|
|
16
|
+
- Actualizar docs y tests.
|
|
17
|
+
|
|
18
|
+
## Criterios de aceptacion
|
|
19
|
+
|
|
20
|
+
- `create-quiver` sigue funcionando.
|
|
21
|
+
- La decision sobre `quiver` queda documentada.
|
|
22
|
+
- El nuevo entrypoint no llama proveedores ni escribe estado inesperado.
|
|
23
|
+
- Tests y `git diff --check` pasan.
|
|
24
|
+
|
|
25
|
+
## Restricciones
|
|
26
|
+
|
|
27
|
+
- No implementar perfiles de agentes.
|
|
28
|
+
- No introducir breaking changes.
|
|
29
|
+
|
|
30
|
+
## Checklist de finalizacion
|
|
31
|
+
|
|
32
|
+
- [ ] Comando probado.
|
|
33
|
+
- [ ] Docs actualizadas.
|
|
34
|
+
- [ ] Tests actualizados.
|
|
35
|
+
- [ ] Evidencia registrada.
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-01-short-command-and-flow-entrypoint",
|
|
3
|
+
"ticket": "QUIVER-23-01",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Short command and guided flow entrypoint",
|
|
6
|
+
"objective": "Expose a user-friendly guided flow entrypoint while preserving the existing create-quiver CLI.",
|
|
7
|
+
"description": "Add or document a `quiver` command path and introduce the first flow command surface without changing existing behavior.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "short-command-flow-entrypoint",
|
|
12
|
+
"branch_name": "feature/QUIVER-23-01-short-command-flow-entrypoint"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"package.json",
|
|
16
|
+
"bin/**",
|
|
17
|
+
"src/create-quiver/index.js",
|
|
18
|
+
"src/create-quiver/commands/**",
|
|
19
|
+
"docs/COMMANDS.md.template",
|
|
20
|
+
"README.md",
|
|
21
|
+
"README_FOR_AI.md",
|
|
22
|
+
"tests/commands/*.test.js",
|
|
23
|
+
"scripts/ci/*.sh"
|
|
24
|
+
],
|
|
25
|
+
"depends_on": [
|
|
26
|
+
"slice-00-spec-foundation"
|
|
27
|
+
],
|
|
28
|
+
"parallel_safe": "no",
|
|
29
|
+
"parallel_safe_reason": "Establishes the user-facing command surface and likely touches shared CLI routing.",
|
|
30
|
+
"must": [
|
|
31
|
+
"Preserve all existing `npx create-quiver` commands.",
|
|
32
|
+
"Define whether `quiver` is a binary alias or generated local script.",
|
|
33
|
+
"Add a flow entrypoint with dry-run-safe behavior.",
|
|
34
|
+
"Document the command decision clearly."
|
|
35
|
+
],
|
|
36
|
+
"not_included": [
|
|
37
|
+
"Agent profile storage.",
|
|
38
|
+
"Planner iteration history.",
|
|
39
|
+
"Delegated execution."
|
|
40
|
+
],
|
|
41
|
+
"acceptance": [
|
|
42
|
+
"Existing `create-quiver` CLI tests remain green.",
|
|
43
|
+
"The short command path is documented and tested.",
|
|
44
|
+
"The flow entrypoint prints clear guidance without requiring provider auth.",
|
|
45
|
+
"README_FOR_AI.md does not contradict the command decision."
|
|
46
|
+
],
|
|
47
|
+
"tests": [
|
|
48
|
+
"node --test tests/commands/init-profiles.test.js tests/commands/prepare.test.js",
|
|
49
|
+
"git diff --check"
|
|
50
|
+
],
|
|
51
|
+
"estimated_hours": 4,
|
|
52
|
+
"status": "completed",
|
|
53
|
+
"blocked_reason": null,
|
|
54
|
+
"actual_hours": 2,
|
|
55
|
+
"completed_at": "2026-05-21T14:42:19-0300"
|
|
56
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-02: Flow status and next-step wizard
|
|
2
|
+
|
|
3
|
+
## Resumen de lo realizado
|
|
4
|
+
|
|
5
|
+
Se extendio `npx create-quiver flow` para funcionar como wizard read-only: detecta estado de inicializacion, contexto, approvals, specs y slices, reporta blockers y muestra el proximo comando seguro.
|
|
6
|
+
|
|
7
|
+
## Validacion contra criterios de aceptacion
|
|
8
|
+
|
|
9
|
+
- [x] Estado detectado.
|
|
10
|
+
- [x] Bloqueos reportados.
|
|
11
|
+
- [x] Proximo comando sugerido.
|
|
12
|
+
- [x] Tests pasan.
|
|
13
|
+
|
|
14
|
+
## Cambios relevantes
|
|
15
|
+
|
|
16
|
+
- `src/create-quiver/commands/flow.js`: agrega lectura segura de approvals, docs, specs y slice graph.
|
|
17
|
+
- `tests/commands/flow.test.js`: cubre proyecto no inicializado, contexto faltante, criterios draft, slices listos y salida JSON.
|
|
18
|
+
- `docs/WORKFLOW.md.template`: recomienda `flow` cuando el siguiente paso seguro no esta claro.
|
|
19
|
+
- `SPEC.md`, `STATUS.md` y `EVIDENCE_REPORT.md`: estado del slice actualizado.
|
|
20
|
+
|
|
21
|
+
## Pendientes
|
|
22
|
+
|
|
23
|
+
Ninguno para este slice.
|
|
24
|
+
|
|
25
|
+
## Riesgos remanentes
|
|
26
|
+
|
|
27
|
+
El wizard usa heuristicas conservadoras; si el grafo de slices esta roto, bloquea y deriva a `spec status`/`plan` en vez de intentar continuar.
|
|
28
|
+
|
|
29
|
+
## Recomendaciones futuras
|
|
30
|
+
|
|
31
|
+
Conectar perfiles de agentes en `slice-03` para que el wizard pueda mostrar provider/model configurados sin pedirlos en cada comando.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-02: Flow status and next-step wizard
|
|
2
|
+
|
|
3
|
+
## Objetivo
|
|
4
|
+
|
|
5
|
+
Implementar un comando que muestre estado, bloqueos y proximo paso seguro.
|
|
6
|
+
|
|
7
|
+
## Alcance
|
|
8
|
+
|
|
9
|
+
- Leer estado de `.quiver/`, docs, approvals y specs.
|
|
10
|
+
- Reutilizar doctor/status existentes donde convenga.
|
|
11
|
+
- Imprimir salida breve y accionable.
|
|
12
|
+
|
|
13
|
+
## Criterios de aceptacion
|
|
14
|
+
|
|
15
|
+
- No falla con proyectos no inicializados.
|
|
16
|
+
- No llama proveedores.
|
|
17
|
+
- No escribe archivos salvo que una opcion futura lo pida explicitamente.
|
|
18
|
+
- Tiene tests por etapa relevante.
|
|
19
|
+
|
|
20
|
+
## Restricciones
|
|
21
|
+
|
|
22
|
+
- No resolver perfiles de agentes en esta slice.
|
|
23
|
+
- No crear specs ni ejecutar slices.
|
|
24
|
+
|
|
25
|
+
## Checklist de finalizacion
|
|
26
|
+
|
|
27
|
+
- [ ] Tests por estado.
|
|
28
|
+
- [ ] Docs actualizadas.
|
|
29
|
+
- [ ] Evidencia registrada.
|
package/specs/quiver-v23-guided-flow-productization/slices/slice-02-flow-status-wizard/slice.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-02-flow-status-wizard",
|
|
3
|
+
"ticket": "QUIVER-23-02",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Flow status and next-step wizard",
|
|
6
|
+
"objective": "Tell the user where they are in the Quiver workflow and what the next safe command is.",
|
|
7
|
+
"description": "Add a status/wizard layer that reads project state, docs, approvals, specs, slices, and worktrees to produce actionable next steps.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "flow-status-wizard",
|
|
12
|
+
"branch_name": "feature/QUIVER-23-02-flow-status-wizard"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/flow.js",
|
|
16
|
+
"src/create-quiver/lib/**",
|
|
17
|
+
"src/create-quiver/index.js",
|
|
18
|
+
"docs/WORKFLOW.md.template",
|
|
19
|
+
"docs/COMMANDS.md.template",
|
|
20
|
+
"tests/commands/*.test.js"
|
|
21
|
+
],
|
|
22
|
+
"depends_on": [
|
|
23
|
+
"slice-01-short-command-and-flow-entrypoint"
|
|
24
|
+
],
|
|
25
|
+
"parallel_safe": "no",
|
|
26
|
+
"parallel_safe_reason": "Depends on command routing and shared workflow state inspection.",
|
|
27
|
+
"must": [
|
|
28
|
+
"Report current workflow stage.",
|
|
29
|
+
"Report blockers.",
|
|
30
|
+
"Print the next safe command.",
|
|
31
|
+
"Handle uninitialized projects gracefully.",
|
|
32
|
+
"Avoid provider calls."
|
|
33
|
+
],
|
|
34
|
+
"not_included": [
|
|
35
|
+
"Agent profile management.",
|
|
36
|
+
"Executing provider commands.",
|
|
37
|
+
"Creating specs."
|
|
38
|
+
],
|
|
39
|
+
"acceptance": [
|
|
40
|
+
"Uninitialized project receives init guidance.",
|
|
41
|
+
"Initialized project without analysis receives analyze/prepare guidance.",
|
|
42
|
+
"Project with draft criteria receives approval guidance.",
|
|
43
|
+
"Project with ready slices receives execution guidance.",
|
|
44
|
+
"Output is concise and copy-pasteable."
|
|
45
|
+
],
|
|
46
|
+
"tests": [
|
|
47
|
+
"node --test tests/commands/flow*.test.js tests/lib/doctor.test.js",
|
|
48
|
+
"git diff --check"
|
|
49
|
+
],
|
|
50
|
+
"estimated_hours": 6,
|
|
51
|
+
"status": "completed",
|
|
52
|
+
"blocked_reason": null,
|
|
53
|
+
"actual_hours": 3,
|
|
54
|
+
"completed_at": "2026-05-21T14:46:40-0300"
|
|
55
|
+
}
|
package/specs/quiver-v23-guided-flow-productization/slices/slice-03-agent-profiles/CLOSURE_BRIEF.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-03: Agent profiles
|
|
2
|
+
|
|
3
|
+
## Resumen de lo realizado
|
|
4
|
+
|
|
5
|
+
Se agregaron perfiles reutilizables para `planner`, `executor`, `reviewer` y `researcher` bajo `.quiver/agents/profiles.json`, con comandos `ai agent set/list/show`, validacion de provider y etiquetas de modelo libres.
|
|
6
|
+
|
|
7
|
+
## Validacion contra criterios de aceptacion
|
|
8
|
+
|
|
9
|
+
- [x] Perfiles persistidos.
|
|
10
|
+
- [x] Sin secretos.
|
|
11
|
+
- [x] Provider validado.
|
|
12
|
+
- [x] Tests pasan.
|
|
13
|
+
|
|
14
|
+
## Cambios relevantes
|
|
15
|
+
|
|
16
|
+
- `src/create-quiver/lib/agent-profiles.js`: storage, validacion de roles/providers y rechazo de valores con forma de secreto.
|
|
17
|
+
- `src/create-quiver/commands/ai.js`: subcomando `ai agent` y provider default desde perfil para planner.
|
|
18
|
+
- `src/create-quiver/lib/ai/executor.js` y `execution-plan.js`: provider default desde perfil executor.
|
|
19
|
+
- `src/create-quiver/commands/flow.js`: wizard recomienda configurar perfiles antes de planificar.
|
|
20
|
+
- `package.json`, `package.template.json` e `init-layout.js`: script `quiver:ai:agent`.
|
|
21
|
+
- Docs y tests de lib/CLI.
|
|
22
|
+
|
|
23
|
+
## Pendientes
|
|
24
|
+
|
|
25
|
+
Ninguno para este slice.
|
|
26
|
+
|
|
27
|
+
## Riesgos remanentes
|
|
28
|
+
|
|
29
|
+
Los modelos se guardan como etiquetas de configuracion y no se pasan como argumentos al provider hasta definir compatibilidad por CLI en un slice posterior.
|
|
30
|
+
|
|
31
|
+
## Recomendaciones futuras
|
|
32
|
+
|
|
33
|
+
Usar estos perfiles en prompts de onboarding y preparacion de contexto desde `slice-04`.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-03: Agent profiles
|
|
2
|
+
|
|
3
|
+
## Objetivo
|
|
4
|
+
|
|
5
|
+
Permitir que el usuario guarde perfiles reutilizables para planner, executor, reviewer y researcher.
|
|
6
|
+
|
|
7
|
+
## Alcance
|
|
8
|
+
|
|
9
|
+
- Estado local bajo `.quiver/`.
|
|
10
|
+
- Comandos para set/list/show.
|
|
11
|
+
- Integracion basica con providers existentes.
|
|
12
|
+
|
|
13
|
+
## Criterios de aceptacion
|
|
14
|
+
|
|
15
|
+
- Perfiles persistidos sin secretos.
|
|
16
|
+
- Provider validado.
|
|
17
|
+
- Modelos guardados como etiquetas/configuracion.
|
|
18
|
+
- Tests unitarios y CLI.
|
|
19
|
+
|
|
20
|
+
## Restricciones
|
|
21
|
+
|
|
22
|
+
- No prometer disponibilidad real de modelos.
|
|
23
|
+
- No llamar APIs externas.
|
|
24
|
+
|
|
25
|
+
## Checklist de finalizacion
|
|
26
|
+
|
|
27
|
+
- [ ] Estado definido.
|
|
28
|
+
- [ ] CLI documentado.
|
|
29
|
+
- [ ] Tests pasan.
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-03-agent-profiles",
|
|
3
|
+
"ticket": "QUIVER-23-03",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Agent profiles for planner, executor, reviewer, and researcher",
|
|
6
|
+
"objective": "Persist reusable AI agent profiles so users do not repeat provider/model choices in every command.",
|
|
7
|
+
"description": "Add profile commands and state for planner, executor, reviewer, and optional researcher roles.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "agent-profiles",
|
|
12
|
+
"branch_name": "feature/QUIVER-23-03-agent-profiles"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/ai.js",
|
|
16
|
+
"src/create-quiver/lib/ai/providers.js",
|
|
17
|
+
"src/create-quiver/lib/**",
|
|
18
|
+
"docs/COMMANDS.md.template",
|
|
19
|
+
"tests/lib/*.test.js",
|
|
20
|
+
"tests/commands/*.test.js"
|
|
21
|
+
],
|
|
22
|
+
"depends_on": [
|
|
23
|
+
"slice-02-flow-status-wizard"
|
|
24
|
+
],
|
|
25
|
+
"parallel_safe": "no",
|
|
26
|
+
"parallel_safe_reason": "Defines shared AI state consumed by later prompts and execution commands.",
|
|
27
|
+
"must": [
|
|
28
|
+
"Persist planner, executor, reviewer, and researcher profile settings.",
|
|
29
|
+
"Support provider and model-like free-form fields without hardcoding unstable model names.",
|
|
30
|
+
"Validate provider support.",
|
|
31
|
+
"Never store secrets.",
|
|
32
|
+
"Expose list/show/set commands."
|
|
33
|
+
],
|
|
34
|
+
"not_included": [
|
|
35
|
+
"Calling providers.",
|
|
36
|
+
"Plan review behavior.",
|
|
37
|
+
"Delegated execution."
|
|
38
|
+
],
|
|
39
|
+
"acceptance": [
|
|
40
|
+
"Profiles can be set, listed, and read.",
|
|
41
|
+
"Unknown providers are rejected with supported provider guidance.",
|
|
42
|
+
"Free-form model labels are preserved as configuration, not treated as verified availability.",
|
|
43
|
+
"No secrets are requested or stored."
|
|
44
|
+
],
|
|
45
|
+
"tests": [
|
|
46
|
+
"node --test tests/lib/agent-profiles.test.js tests/commands/ai*.test.js",
|
|
47
|
+
"git diff --check"
|
|
48
|
+
],
|
|
49
|
+
"estimated_hours": 6,
|
|
50
|
+
"status": "completed",
|
|
51
|
+
"blocked_reason": null,
|
|
52
|
+
"actual_hours": 4,
|
|
53
|
+
"completed_at": "2026-05-21T14:54:02-0300"
|
|
54
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-04: Context preparation and onboarding
|
|
2
|
+
|
|
3
|
+
## Resumen de lo realizado
|
|
4
|
+
|
|
5
|
+
Se productizo el onboarding planner como plantilla empaquetada e index-first, compartida por `ai onboard` y `prepare`. El dry-run ahora reporta fuente del prompt, docs seleccionados y deuda documental.
|
|
6
|
+
|
|
7
|
+
## Validacion contra criterios de aceptacion
|
|
8
|
+
|
|
9
|
+
- [x] Prompt index-first.
|
|
10
|
+
- [x] Omitidos reportados.
|
|
11
|
+
- [x] Supuestos y riesgos reportados.
|
|
12
|
+
- [x] Tests pasan.
|
|
13
|
+
|
|
14
|
+
## Cambios relevantes
|
|
15
|
+
|
|
16
|
+
- `src/create-quiver/lib/ai/onboarding-template.js`: plan de contexto, docs seleccionados, deuda, omisiones y prompt planner.
|
|
17
|
+
- `src/create-quiver/commands/ai.js`: `ai onboard --dry-run` muestra prompt source, selected docs y documentation debt.
|
|
18
|
+
- `src/create-quiver/commands/prepare.js`: reporte de onboarding context sin leer todo `docs/`.
|
|
19
|
+
- `docs/AI_ONBOARDING_PROMPT.md.template`: lectura index-first y selectiva.
|
|
20
|
+
- Tests de `prepare`, `ai onboard` y safety.
|
|
21
|
+
|
|
22
|
+
## Pendientes
|
|
23
|
+
|
|
24
|
+
Ninguno para este slice.
|
|
25
|
+
|
|
26
|
+
## Riesgos remanentes
|
|
27
|
+
|
|
28
|
+
La plantilla reporta deuda documental por rutas esperadas aunque algunos proyectos minimalistas pueden no necesitarlas todas; el flujo lo trata como guia, no como bloqueo.
|
|
29
|
+
|
|
30
|
+
## Recomendaciones futuras
|
|
31
|
+
|
|
32
|
+
Usar el plan de contexto compartido para prompts mas especificos en criterios, plan tecnico y review.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-04: Context preparation and onboarding
|
|
2
|
+
|
|
3
|
+
## Objetivo
|
|
4
|
+
|
|
5
|
+
Convertir el prompt largo de onboarding planificador en una plantilla mantenida por Quiver y una experiencia de preparacion de contexto.
|
|
6
|
+
|
|
7
|
+
## Alcance
|
|
8
|
+
|
|
9
|
+
- Templates de onboarding.
|
|
10
|
+
- Comando de prepare/onboard.
|
|
11
|
+
- Reglas index-first y WDD/SDD.
|
|
12
|
+
- Reporte de documentos leidos, omitidos, supuestos y riesgos.
|
|
13
|
+
|
|
14
|
+
## Criterios de aceptacion
|
|
15
|
+
|
|
16
|
+
- Prompt generado es mas corto y especifico que el prompt manual.
|
|
17
|
+
- No lee todo `docs/` por defecto.
|
|
18
|
+
- Mantiene trazabilidad documental.
|
|
19
|
+
- Tests pasan.
|
|
20
|
+
|
|
21
|
+
## Restricciones
|
|
22
|
+
|
|
23
|
+
- No modificar codigo de producto durante onboarding.
|
|
24
|
+
- No inventar docs inexistentes.
|
|
25
|
+
|
|
26
|
+
## Checklist de finalizacion
|
|
27
|
+
|
|
28
|
+
- [ ] Template actualizado.
|
|
29
|
+
- [ ] Dry-run validado.
|
|
30
|
+
- [ ] Tests pasan.
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-04-context-preparation-onboarding",
|
|
3
|
+
"ticket": "QUIVER-23-04",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Context preparation and onboarding prompt productization",
|
|
6
|
+
"objective": "Turn the long planner onboarding prompt into a maintained token-efficient Quiver flow.",
|
|
7
|
+
"description": "Productize context preparation so the planner reads the index first, selects relevant docs, reports assumptions, and avoids unnecessary docs.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "context-preparation-onboarding",
|
|
12
|
+
"branch_name": "feature/QUIVER-23-04-context-preparation-onboarding"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/prepare.js",
|
|
16
|
+
"src/create-quiver/commands/ai.js",
|
|
17
|
+
"src/create-quiver/lib/init-docs.js",
|
|
18
|
+
"src/create-quiver/lib/ai/**",
|
|
19
|
+
"docs/AI_ONBOARDING_PROMPT.md.template",
|
|
20
|
+
"docs/AI_CONTEXT.md.template",
|
|
21
|
+
"docs/INDEX.md.template",
|
|
22
|
+
"tests/commands/*.test.js",
|
|
23
|
+
"tests/lib/*.test.js"
|
|
24
|
+
],
|
|
25
|
+
"depends_on": [
|
|
26
|
+
"slice-03-agent-profiles"
|
|
27
|
+
],
|
|
28
|
+
"parallel_safe": "no",
|
|
29
|
+
"parallel_safe_reason": "Touches onboarding templates and AI command behavior.",
|
|
30
|
+
"must": [
|
|
31
|
+
"Keep onboarding token-efficient.",
|
|
32
|
+
"Start from docs/INDEX.md when present.",
|
|
33
|
+
"Report selected docs and why.",
|
|
34
|
+
"Avoid reading all docs by default.",
|
|
35
|
+
"Keep WDD/SDD constraints explicit.",
|
|
36
|
+
"Preserve no-product-code rule during onboarding."
|
|
37
|
+
],
|
|
38
|
+
"not_included": [
|
|
39
|
+
"Plan review command.",
|
|
40
|
+
"Executor prompt generation.",
|
|
41
|
+
"Delegated execution."
|
|
42
|
+
],
|
|
43
|
+
"acceptance": [
|
|
44
|
+
"Generated onboarding prompt includes index-first navigation.",
|
|
45
|
+
"Dry-run shows prompt source and context pack.",
|
|
46
|
+
"Missing referenced docs are reported as documentation debt.",
|
|
47
|
+
"Context preparation excludes secrets and noisy paths.",
|
|
48
|
+
"README snippets remain short."
|
|
49
|
+
],
|
|
50
|
+
"tests": [
|
|
51
|
+
"node --test tests/commands/prepare.test.js tests/commands/ai-onboard.test.js tests/lib/ai-safety.test.js",
|
|
52
|
+
"git diff --check"
|
|
53
|
+
],
|
|
54
|
+
"estimated_hours": 8,
|
|
55
|
+
"status": "completed",
|
|
56
|
+
"blocked_reason": null,
|
|
57
|
+
"actual_hours": 4,
|
|
58
|
+
"completed_at": "2026-05-21T14:59:09-0300"
|
|
59
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# CLOSURE BRIEF - slice-05: Planner iteration history
|
|
2
|
+
|
|
3
|
+
## Resumen de lo realizado
|
|
4
|
+
|
|
5
|
+
Se agrego historial versionado para drafts de `acceptance` y `technical-plan`, manteniendo compatibilidad con `draft.md` y `approved.md`. Ahora se puede aprobar una version concreta con `ai approve --version`.
|
|
6
|
+
|
|
7
|
+
## Validacion contra criterios de aceptacion
|
|
8
|
+
|
|
9
|
+
- [x] Drafts versionados.
|
|
10
|
+
- [x] Aprobacion explicita.
|
|
11
|
+
- [x] Bloqueos preservados.
|
|
12
|
+
- [x] Tests pasan.
|
|
13
|
+
|
|
14
|
+
## Cambios relevantes
|
|
15
|
+
|
|
16
|
+
- `src/create-quiver/lib/approvals.js`: drafts versionados, metadata de version y deteccion de stale cuando se aprueba una version anterior.
|
|
17
|
+
- `src/create-quiver/commands/ai.js` e `index.js`: soporte `ai approve --version <n>`.
|
|
18
|
+
- `tests/lib/approvals.test.js` y `tests/commands/ai-plan.test.js`: multiples drafts y aprobacion por version.
|
|
19
|
+
- Docs de comandos y README actualizados.
|
|
20
|
+
|
|
21
|
+
## Pendientes
|
|
22
|
+
|
|
23
|
+
Ninguno para este slice.
|
|
24
|
+
|
|
25
|
+
## Riesgos remanentes
|
|
26
|
+
|
|
27
|
+
Los archivos legacy `draft.md` y `approved.md` siguen existiendo como punteros/copia para compatibilidad; el historial canonico de drafts vive en `drafts/`.
|
|
28
|
+
|
|
29
|
+
## Recomendaciones futuras
|
|
30
|
+
|
|
31
|
+
Usar el historial versionado como entrada de la revision de plan de produccion en `slice-06`.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# EXECUTION BRIEF - slice-05: Planner iteration history
|
|
2
|
+
|
|
3
|
+
## Objetivo
|
|
4
|
+
|
|
5
|
+
Guardar versiones de criterios y planes para que el usuario pueda iterar y aprobar una version concreta.
|
|
6
|
+
|
|
7
|
+
## Alcance
|
|
8
|
+
|
|
9
|
+
- Estado de drafts y approvals.
|
|
10
|
+
- Comandos de listado/status.
|
|
11
|
+
- Reglas de bloqueo para fases posteriores.
|
|
12
|
+
|
|
13
|
+
## Criterios de aceptacion
|
|
14
|
+
|
|
15
|
+
- Varias iteraciones conviven.
|
|
16
|
+
- La aprobacion apunta a una version concreta.
|
|
17
|
+
- Las fases usan aprobados por defecto.
|
|
18
|
+
- Tests pasan.
|
|
19
|
+
|
|
20
|
+
## Restricciones
|
|
21
|
+
|
|
22
|
+
- No crear specs sin plan aprobado.
|
|
23
|
+
- No borrar historial sin comando explicito.
|
|
24
|
+
|
|
25
|
+
## Checklist de finalizacion
|
|
26
|
+
|
|
27
|
+
- [ ] Historial persistido.
|
|
28
|
+
- [ ] Estado mostrado.
|
|
29
|
+
- [ ] Tests pasan.
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"slice_id": "slice-05-planner-iteration-history",
|
|
3
|
+
"ticket": "QUIVER-23-05",
|
|
4
|
+
"type": "feature",
|
|
5
|
+
"title": "Planner iteration history for criteria and plans",
|
|
6
|
+
"objective": "Make acceptance criteria and technical-plan iterations explicit, versioned, and approvable.",
|
|
7
|
+
"description": "Persist drafts, revisions, approved versions, and status for criteria and technical plans.",
|
|
8
|
+
"git": {
|
|
9
|
+
"branch_type": "feature",
|
|
10
|
+
"base_branch": "main",
|
|
11
|
+
"branch_slug": "planner-iteration-history",
|
|
12
|
+
"branch_name": "feature/QUIVER-23-05-planner-iteration-history"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"src/create-quiver/commands/ai.js",
|
|
16
|
+
"src/create-quiver/lib/approvals.js",
|
|
17
|
+
"src/create-quiver/lib/**",
|
|
18
|
+
"docs/COMMANDS.md.template",
|
|
19
|
+
"tests/lib/approvals.test.js",
|
|
20
|
+
"tests/commands/ai-plan.test.js"
|
|
21
|
+
],
|
|
22
|
+
"depends_on": [
|
|
23
|
+
"slice-04-context-preparation-onboarding"
|
|
24
|
+
],
|
|
25
|
+
"parallel_safe": "no",
|
|
26
|
+
"parallel_safe_reason": "Extends planner approval state consumed by later slices.",
|
|
27
|
+
"must": [
|
|
28
|
+
"Store multiple criteria drafts.",
|
|
29
|
+
"Store multiple technical plan drafts.",
|
|
30
|
+
"Show draft history and approved version.",
|
|
31
|
+
"Approve a selected version explicitly.",
|
|
32
|
+
"Block later phases on missing approval."
|
|
33
|
+
],
|
|
34
|
+
"not_included": [
|
|
35
|
+
"Production plan review.",
|
|
36
|
+
"Spec generation changes beyond using approved versions."
|
|
37
|
+
],
|
|
38
|
+
"acceptance": [
|
|
39
|
+
"Multiple drafts can exist without overwriting approved artifacts.",
|
|
40
|
+
"Status output shows draft, approved, stale, and missing states.",
|
|
41
|
+
"Technical plan uses approved criteria by default.",
|
|
42
|
+
"Spec generation blocks without approved plan."
|
|
43
|
+
],
|
|
44
|
+
"tests": [
|
|
45
|
+
"node --test tests/lib/approvals.test.js tests/commands/ai-plan.test.js",
|
|
46
|
+
"git diff --check"
|
|
47
|
+
],
|
|
48
|
+
"estimated_hours": 7,
|
|
49
|
+
"status": "completed",
|
|
50
|
+
"blocked_reason": null,
|
|
51
|
+
"actual_hours": 4,
|
|
52
|
+
"completed_at": "2026-05-21T15:03:43-0300"
|
|
53
|
+
}
|