chore: spec-planning-guidance#85
Draft
satyaborg wants to merge 1 commit into
Draft
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
devloop | 8b81dea | Commit Preview URL Branch Preview URL |
Jul 10 2026, 04:57 AM |
Owner
Author
Devloop Review Round 1
Review 1Verdict: ACCEPT Acceptance matrix
Engineering quality matrix
Review flags
FindingsNone. Missing tests
Fix instructionsNone. Notes
|
Owner
Author
Devloop Final Report
Acceptance Matrix SummaryAcceptance matrix
Engineering Quality SummaryEngineering quality matrix
Implementation Summary
Commit References
Tests Run
Residual Risk
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improve Spec Skill Planning
Problem
The bundled
devloop-specskill already has an interview gate, source resolution, and standard template, but it does not explicitly require agents to inspect repository facts before asking questions, separate repo-discoverable facts from user decisions, recommend an answer for each decision question, or checkpoint the test seam before final drafting. This hurts when a user asks Devloop to turn settled context into a spec: the agent can re-interview unnecessarily, ask broad questions before reading local files, or leave the implementation agent with a diffuse test plan.Outcome
skills/devloop-spec/SKILL.mdgives stronger planning instructions while keeping the existing spec template shape intact. The shell test suite asserts the new guidance strings, andbash scripts/devloop_test.shpasses without any CLI, renderer, README, issue-publishing, ADR, or glossary changes.Acceptance Criteria
AC1:
skills/devloop-spec/SKILL.mdcontains a "Discovery before interview" rule requiring repo facts, commands, paths, existing tests, and local conventions to be inspected before user questions.AC2:
skills/devloop-spec/SKILL.mdcontains a "Facts vs decisions" rule saying facts are discovered from the repo and decisions are asked of the user.AC3:
skills/devloop-spec/SKILL.mdtells agents to ask user decisions one at a time with a recommended answer.AC4:
skills/devloop-spec/SKILL.mdtells agents to walk dependency decisions in order, with parent decisions before downstream details.AC5:
skills/devloop-spec/SKILL.mdtells agents to synthesize settled context directly without re-interviewing.AC6:
skills/devloop-spec/SKILL.mdlimits follow-up questions to answers that would change scope, behavior, acceptance criteria, test seams, or implementation slice.AC7:
skills/devloop-spec/SKILL.mdrequires a test seam checkpoint before final drafting that identifies the highest stable existing test seam, prefers one seam when practical, and includes the chosen seam in the Test plan.AC8:
skills/devloop-spec/SKILL.mdstates that during spec discovery and interview, agents must not implement the requested product or code change.AC9:
skills/devloop-spec/references/spec-template.mdis unchanged.AC10:
scripts/devloop_test.shasserts guidance strings covering facts discovered from repo before user questions, user decisions asked one at a time with a recommended answer, settled context synthesized without re-interviewing, highest stable test seam preference, and no implementation during spec discovery.AC11:
bash scripts/devloop_test.shpasses.Review Trail
Review rounds and the final report are posted as PR comments below.
Generated by devloop.sh