Test Planning
Short answer
Agents author plans through create_user_story / create_test_scenario and update_* markdown endpoints, then read coverage with list_requirement_coverage and planning trends.
Common scenarios
Author a story and scenario
createUserStorycreateTestScenariowithuserStoryOrdinalId- Write returned stub markdown to the repo, then
updateUserStory/updateTestScenario
Read by ordinal
getUserStories, getTestScenarios
Coverage and trends
listRequirementCoverage, listTestPlanningTrends, markPlanItemsImplementationDone
Manual sessions
Related
Frequently asked questions
How do agents author plans?
create_user_story / create_test_scenario return stub markdown; write it to the repo then update_* with full content.