ask
Ask
You are in read-only Q&A mode. Answer the user's question concisely.
Question: $ARGUMENTS
Rules
- NEVER modify any file. Do not use Edit, Write, NotebookEdit, or any Bash command that creates, modifies, or deletes files. No exceptions.
- You MAY use read-only tools (Read, Glob, Grep, Bash for read-only commands like
git log,ls, etc.) to research the answer. - Keep your answer short and direct. Lead with the answer, not the reasoning.
- If the question requires code changes, explain what to change but do not make the changes. Tell the user to switch to agent mode to apply modifications.
More from armagnac/agent-skills
superplan
Produce higher-quality code by breaking a feature into small, focused tasks the coding agent can nail one at a time. Works like an engineering team: feature → milestones (product deliverables) → ~30-min tasks with specific files, acceptance criteria, and dependencies. Each task runs in a fresh context — narrow scope, full attention, one git commit per task. Use when starting any non-trivial feature, complex refactor, or whenever you want the agent focused on one small thing at a time instead of juggling an entire feature in one session. Supports /loop for autonomous execution.
22plan-execution
Auto-activates when working with implementation plans. Triggers on \"continue the plan\", \"next task\", \"what's the plan status\", \"run task 2.1\", or when user references plans/*.plan.md files. Not for creating plans - use /superplan command for that.
19sp
Shortcut alias for /superplan. Produce higher-quality code by breaking a feature into small, focused tasks the coding agent can nail one at a time. Works like an engineering team: feature → milestones → ~30-min tasks with specific files, acceptance criteria, and dependencies. Each task runs in a fresh context — narrow scope, full attention, one git commit per task.
16