Role: Atomic task execution plan using XML-structured task blocks and explicit verification steps.
- Plans should be written as atomic tasks.
- Task definitions should use XML-like structure to make state transitions unambiguous.
- Every task block must include verification steps.
<task id="T-001" status="todo|in_progress|done">
<goal>Clear, testable objective.</goal>
<changes>
<file path="relative/path.ext">What will change.</file>
</changes>
<verification>
<step>Command, assertion, or manual check.</step>
</verification>
</task>This plan tracks the atomic tasks for transitioning to the GSD documentation structure.
- Merge
STANDALONE_USAGE.mdintoSPEC.md. - Merge
RECONCILIATION_WALKTHROUGH.mdandOOXML_ARCHITECTURE.mdintoARCHITECTURE.md. - Generate
ROADMAP.mdfromWORD_JS_API_DEPENDENCIES.md. - Prepare
STATE.md,PLAN.md, andSUMMARY.md. - Delete
OOXML_ARCHITECTURE.md. - Delete
RECONCILIATION_WALKTHROUGH.md. - Delete
STANDALONE_USAGE.md. - Delete
WORD_JS_API_DEPENDENCIES.md.
Verification:
- Verify all links in
SPEC.mdwork. - Verify
pkg:packageusage examples are preserved. - Verify migration phases are documented in
ROADMAP.md.