plan-or-ship
by Mr Shippers
An instant, binary decision engine that tells you whether to start coding or stop to plan.
- Avoid rabbit-holing on tasks that touch multiple architectural layers
- Break analysis paralysis for small, reversible UI changes
- Identify high-risk schema changes that require a rollback strategy
Free
Sample input
I'm going to add that new user roles feature now. It requires adding a few columns to the users table and updating the Redis cache logic so the UI doesn't lag. Ready to start?
Sample output
VERDICT: PLAN FIRST WHY: Touches Postgres schema and the cached read layer; schema migrations are not reversible cheaply. NEXT: Open notes. Write the new schema, the migration query, and the rollback query. 10 minutes.
plan-or-ship
by Mr Shippers
An instant, binary decision engine that tells you whether to start coding or stop to plan.
Free
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- Instant install
Sample input
I'm going to add that new user roles feature now. It requires adding a few columns to the users table and updating the Redis cache logic so the UI doesn't lag. Ready to start?
Sample output
VERDICT: PLAN FIRST WHY: Touches Postgres schema and the cached read layer; schema migrations are not reversible cheaply. NEXT: Open notes. Write the new schema, the migration query, and the rollback query. 10 minutes.
About This Skill
Stop Overthinking. Start Moving.
The biggest productivity killers for developers are rabbit-holing on under-scoped tasks or over-planning trivial ones. This skill acts as a high-speed logic gate for your workflow, providing an instant binary verdict on whether you should dive into the code or step back to design.
What it does
By analyzing your task description, level of risk, and potential technical debt, the skill delivers a hard decision in exactly three lines:
- VERDICT: A clear PLAN FIRST or SHIP NOW call.
- WHY: A one-sentence technical justification focused on risk and reversibility.
- NEXT: A literal, physical action to take immediately (e.g., "Open schema.sql" or "Sketch the data flow").
Why use this skill
While generic AI might give you pros and cons, this skill is programmed with strict heuristic rules. It considers file depth, DB schema impact, and your own history with the task to prevent "analysis paralysis." It doesn't use "it depends"—it makes the call so you don't have to waste mental cycles on the decision itself.
Integration
Perfect for CLI-bound agents like Claude Code, Cursor, or any developer-focused LLM wrapper where you need quick, decisive guidance before touching your keyboard.
Use Cases
- Avoid rabbit-holing on tasks that touch multiple architectural layers
- Break analysis paralysis for small, reversible UI changes
- Identify high-risk schema changes that require a rollback strategy
- Get a literal first step to overcome "blank page" syndrome for complex tasks
Known Limitations
- Accuracy depends on how much context the user provides about the task.
- Not a replacement for senior architectural review on enterprise systems.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/plan-or-ship -o /tmp/plan-or-ship.zip && unzip -o /tmp/plan-or-ship.zip -d ~/.claude/skills && rm /tmp/plan-or-ship.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
No special permissions declared or detected
Claude Code, Cursor, Windsurf, and SKILL.md-compatible agents.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
research-to-decision-pro-skill
Turn messy research into rigorous, evidence-backed decision memos with specialized modes for technical and business leads.

inline-comment
Best way to steer your agents, effortlessly.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.