Agent skill
project-crank-engine
Set up aggressive recurring project execution loops (“Crank Engines”) using cron + agent turns, with a strict finish contract. Use when the user asks to keep cranking on a project/sprint (e.g. “set up an aggressive crank engine”, “keep pushing until sprint is done”, “run status every X minutes”), and needs configurable project, recipients, focus scope, quantifiable completion criteria, screenshot evidence, and manager-go/no-go enforcement.
Install this agent skill to your Project
npx add-skill https://github.com/delorenj/skills/tree/main/project-crank-engine
SKILL.md
Project Crank Engine
Create repeatable project execution loops that:
- dispatch focused work/status prompts,
- run at a user-selected crank intensity (light → aggressive),
- enforce a measurable finish definition,
- require visual proof (screenshot) when possible,
- keep running until completion is truly met.
Required Inputs
Collect these before creating/updating a crank job:
project: repo/product name (e.g. SVGMe)agentId: target agent (e.g.svgme)pace:light|balanced|aggressive| custom intervalgoal: explicit sprint objectivescope: what to crank on now (epic/story/ticket range)recipient: where updates are delivered (channel + to + account)finish_contract: quantifiable done criteria (must be measurable)
If any are missing, ask once in a compact checklist.
Pace Slider (Preset Profiles)
Use these defaults unless the user overrides cadence directly:
- light: every 30 min, status-first updates, corrective push only for stale/no-progress cycles
- balanced: every 15 min, execution + status, corrective push on missed cycle goals
- aggressive: every 8–10 min, execution-heavy, immediate corrective "back in the oven" on any unmet cycle target
If user says “aggressive crank engine,” map to aggressive preset. If user says “light crank engine” or “check every half hour,” map to light preset.
Finish Contract (Non-Negotiable)
Never accept vague “done.” Require all of:
- Ticket metric: e.g.
N/N sprint stories in Done - Code metric: PR merged count / branch state / test pass signal
- Evidence artifact: screenshot (preferred) + command evidence
Minimum evidence set per completion claim:
- board metric (counts),
- one screenshot of board/PR state,
- final command-backed repo state summary.
If criteria fail, decision is NOT DONE → send corrective prompt and keep crank job active.
Prompt Template
Use references/prompt-templates.md.
For custom prompts, keep this structure:
- Mission now
- Evidence checklist
- Quantifiable finish contract
- Decision rule (
DONEvsNOT DONE) - Next action if
NOT DONE
Optional helper:
scripts/render_crank_prompt.pyrenders a standardized prompt from parameters.
Cron Creation Pattern
Default to isolated agent turn jobs.
sessionTarget:isolatedpayload.kind:agentTurnschedule.kind:everydelivery.mode:announce
Set interval from pace preset unless user provides explicit cadence.
Post-Create Verification (Required)
After creating/updating crank job:
- Confirm job exists and is enabled.
- Confirm
deliveryroute is valid (real channel/to/account values, not labels). - Force a run once when safe.
- Verify run history shows
delivered(not juststatus: ok).
If not-delivered, fix routing immediately.
Manager Decision Loop
On each crank update:
- evaluate against finish contract,
- if incomplete: send “back in the oven” corrective direction and continue,
- if complete: announce completion with evidence summary and offer to disable/remove job.
Do not disable active crank jobs without explicit user approval (unless user asked “run until done, then stop”).
Decision Authority (Critical)
Default behavior is execute-forward, not ask-forward.
- Crank worker should continue shipping the next concrete slice unless blocked.
- Manager (Cack) assumes provisional go-ahead for normal sequencing decisions.
- Escalate only for real blockers or high-impact tradeoffs (security/risk/scope).
- Do not spam user with repetitive status-only updates lacking progress delta.
Required status format each cycle:
- Progress delta since last cycle (what shipped)
- Current measurable gap to finish contract
- Next action already started
- Escalation needed? (yes/no + exact decision if yes)
Quick Example Trigger
User: “Set up an aggressive Crank Engine on project X to finish the sprint.”
Execution behavior:
- create
every 10mcrank job, - require measurable sprint finish contract,
- require screenshot evidence,
- keep looping until manager confirms pass.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
openclaw-upgrade
Upgrade OpenClaw installations to the latest version. Handles global npm installs, local development setups, release channels (stable/beta/dev), configuration preservation, and platform-specific requirements. Use when updating OpenClaw, switching release channels, or troubleshooting update issues.
vercel-composition-patterns
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.
security-monitor
Real-time security monitoring for Clawdbot. Detects intrusions, unusual API calls, credential usage patterns, and alerts on breaches.
event-driven-architecture
Kafka, RabbitMQ, SQS/SNS, event sourcing, CQRS, saga patterns, dead letter queues, and idempotency. Use when designing asynchronous systems, implementing message-driven workflows, or building event streaming pipelines.
shadcn-ui
Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.
just-fucking-cancel
Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Outputs interactive HTML audit with one-click cancel workflow. Pairs with Plaid integration for real-time transaction access without CSV exports.
Didn't find tool you were looking for?