From fulcrum
Execute named Fulcrum workflow instead of improvising a process.
npx claudepluginhub moabualruz/fulcrum --plugin fulcrumThis skill uses the workspace's default tool permissions.
Named workflows, not ad-hoc multi-step:
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.
Named workflows, not ad-hoc multi-step:
@moabualruz/fulcrum-workflows defines grill-me, write-a-prd, prd-to-plan, prd-to-issues.fulcrum action exec start_agent_run with agent_role = workflow's designated role (e.g., prd_planner for write-a-prd).fulcrum action exec complete_agent_run with summary.Why: workflows encode best practices + produce consistent outputs. Improvised = variance + harder debug.