/pull -- Import sprint from Confluence
The user wants to import a sprint from a Confluence page into the local wheat system.
Arguments
$ARGUMENTS
Expected: Confluence page URL or page ID, or a search query.
Instructions
-
Find the source page using
getConfluencePageorsearchConfluenceUsingCql. -
Parse the page content to extract claims.
-
Create the local sprint by initializing
claims.jsonin the project root. -
Import claims using
wheat_add-claim. -
Run
wheat_compileto validate. -
Print result:
Imported from Confluence: <page_title> Claims imported: <count> Next steps: /status -- review imported sprint /research <topic> -- continue researching locally