Skip to main content

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

  1. createUserStory
  2. createTestScenario with userStoryOrdinalId
  3. Write returned stub markdown to the repo, then updateUserStory / updateTestScenario

Read by ordinal

getUserStories, getTestScenarios

listRequirementCoverage, listTestPlanningTrends, markPlanItemsImplementationDone

Manual sessions

getManualSessionDetails

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.