From grainulator
Imports sprints from Confluence pages into local wheat claims system via parsing and wheat_add-claim. Useful for bootstrapping projects from Confluence sprint documentation.
npx claudepluginhub grainulation/grainulator --plugin grainulatorThis skill uses the workspace's default tool permissions.
The user wants to import a sprint from a Confluence page into the local wheat system.
Publishes current sprint from compilation.json to Confluence as structured XHTML page. Finds space, searches for sprint slug page, updates or creates it.
Read, search, create, update, move, delete, and convert Confluence pages and attachments using confluence-cli from the terminal or agents.
Search, read, create, update, and manage Confluence pages and spaces using confluence-cli from the terminal. Access team documentation and wikis during development.
Share bugs, ideas, or general feedback.
The user wants to import a sprint from a Confluence page into the local wheat system.
$ARGUMENTS
Expected: Confluence page URL or page ID, or a search query.
Find the source page using getConfluencePage or searchConfluenceUsingCql.
Parse the page content to extract claims.
Create the local sprint by initializing claims.json in the project root.
Import claims using wheat_add-claim.
Run wheat_compile to validate.
Print result:
Imported from Confluence: <page_title>
Claims imported: <count>
Next steps:
/status -- review imported sprint
/research <topic> -- continue researching locally