From fulcrum
Run multi-step repeatable processes as registered workflows, not ad-hoc. Applies to named processes like grill-me, write-a-prd, prd-to-plan, prd-to-issues.
npx claudepluginhub moabualruz/fulcrum --plugin fulcrumThis skill uses the workspace's default tool permissions.
Multi-step repeatable processes → registered workflows via `fulcrum workflow start` or MCP tool. Not ad-hoc tool-call chains. Workflows give retries, state persistence, telemetry, resumability. Improvising gives none.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Multi-step repeatable processes → registered workflows via fulcrum workflow start or MCP tool. Not ad-hoc tool-call chains. Workflows give retries, state persistence, telemetry, resumability. Improvising gives none.
fulcrum workflow start <workflow_name> \
--workspace <workspace_id> \
--input '{"key": "value"}'
Call registered workflow tool (exact name depends on registration — check fulcrum workflow list or MCP list_workflows).
Pass structured input. Engine will:
get_run_status).pi-agent-os registered workflows:
grill-me — adversarial questioning of idea/plan.write-a-prd — product requirements drafting.prd-to-plan — decompose PRD into sequenced impl plan.prd-to-issues — materialize plan as tracked tasks/issues.Workflow not registered? Do not simulate by hand. Request registration via CoS, or explicitly note in complete_agent_run summary that you ran ad-hoc + why.
Write template → use write-a-prd (versioned + auditable).prd-to-plan first.run_id.See also: start-every-task, heartbeat-during-long-operations.