CommandValidated
Automation leverage — turn repeated work into agents
An /automate slash command (rule form for Cursor/Codex) that reviews each session for repeated manual work and proposes the smallest useful skill, command, or subagent to own it. For builders who want each session to compound.
$cosq add ai-native-automation-leverageFree, works signed out. No CLI? Copy the file below into your repo — same result.
Why this one
Builders who lean on skills, commands, and subagents get more out of each session than those who drive everything by hand (DORA 2025 on workflow practices).
How to use it
- 1After a session, spot the work you repeated by hand
- 2Promote the highest-value one to a command, rule, or scoped helper
What gets installed
Pick your tool to preview the exact file cosq add writes — byte-for-byte. Prefer copy-paste? Use the copy button on the file.
.claude/commands/automate.md(created)--- description: Find repeated manual work in this session worth turning into a skill, command, or subagent. --- Look at what we did by hand this session and propose leverage: 1. Identify any task we repeated or did manually that an agent could own. 2. For each, recommend the right artifact: a slash command (a repeatable prompt), a subagent (a scoped worker with its own tools), or a skill (packaged knowledge). 3. Draft the smallest useful version of the highest-value one. Automate the work you repeat — that leverage compounds across sessions.