Skip to content

fix: align plan templates and dependency guidance#39

Merged
tctinh merged 1 commit intotctinh:mainfrom
imarshallwidjaja:fix/fix-missing-depency-skills-in-opencode-agents
Feb 4, 2026
Merged

fix: align plan templates and dependency guidance#39
tctinh merged 1 commit intotctinh:mainfrom
imarshallwidjaja:fix/fix-missing-depency-skills-in-opencode-agents

Conversation

@imarshallwidjaja
Copy link
Collaborator

PR: Align plan templates, dependencies, and handoff flow

Summary

Standardize plan-writing guidance across prompts and the writing-plans skill so task dependencies, file targets, and verification steps are consistent and actionable.

Changes

  • Replace the writing-plans header with a full plan skeleton that matches Hive/Architect requirements (Discovery sub-sections, Non-Goals, Tasks).
  • Require **Depends on** in every task and document the dependency syntax.
  • Add explicit task fields: Files (Create/Modify/Test), What to do, Must NOT do, References (file:line), Verify (command + expected output).
  • Align planning handoff flow to ask for Hygienic review before offering execution options.
  • Update Hive/Architect prompts to require exact file targets and verification details.

Testing

  • packages/hive-core: bun run test (pass)
  • packages/opencode-hive: bun run test (pass; runtime e2e skip noted in output)

Notes

  • This PR is documentation/prompt-only; no runtime logic changes.

Clarifies plan requirements, task metadata, and handoff flow so planners and orchestrators stay consistent.
@imarshallwidjaja imarshallwidjaja force-pushed the fix/fix-missing-depency-skills-in-opencode-agents branch from ac707b0 to fae0162 Compare February 4, 2026 00:52
@tctinh tctinh merged commit 9a766fe into tctinh:main Feb 4, 2026
1 check passed
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.

2 participants