Skip to content

refactor: slim down plan instruction to focus on test design and verification#769

Merged
FL4TLiN3 merged 1 commit intomainfrom
refactor/merge-design-roles-into-plan
Mar 13, 2026
Merged

refactor: slim down plan instruction to focus on test design and verification#769
FL4TLiN3 merged 1 commit intomainfrom
refactor/merge-design-roles-into-plan

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • Remove Perstack internals from plan instruction (Expert Model, Skill Types, Tools, pick lists, model tiers) — these are write-definition's concern
  • New "Verification Thinking" section: plan must think about how to verify each test query by running it, not reading code. This naturally leads to executor/verifier separation
  • Success Criteria now requires three things per query: correct output, how to verify, what failure looks like
  • Architecture output simplified: name, purpose, executor/verifier role (no pick lists or model tiers)
  • Domain Knowledge Extraction: 4 subsections → 2 paragraphs
  • Removed Skill Requirements section entirely

Test plan

  • bun run test passes
  • TOML syntax valid
  • write-definition no longer references plan.md for model tiers

🤖 Generated with Claude Code

…fication

Remove Perstack internals from plan (Expert Model, Skill Types, Tools,
pick lists, model tiers) — these are write-definition's concern. Plan's
core value is test queries and correct verification methods.

Key changes:
- Domain Knowledge Extraction: 4 subsections → 2 paragraphs
- New "Verification Thinking" section replaces architecture principles
- Success Criteria now requires: how to verify + what failure looks like
- Architecture output simplified to: name, purpose, executor/verifier role
- Removed Skill Requirements section entirely
- write-definition no longer depends on plan.md for model tiers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 enabled auto-merge (squash) March 13, 2026 15:25
@FL4TLiN3 FL4TLiN3 merged commit cb4c209 into main Mar 13, 2026
11 checks passed
@FL4TLiN3 FL4TLiN3 deleted the refactor/merge-design-roles-into-plan branch March 13, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant