بنقرة واحدة
plan
// Plan mode — inspect context, write a markdown plan into the active workspace's `.echo-agent/plans/` directory, and do not execute the work.
// Plan mode — inspect context, write a markdown plan into the active workspace's `.echo-agent/plans/` directory, and do not execute the work.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for "transcribe this YouTube/video").
Get current weather and forecasts (no API key required).
Search and retrieve academic papers from arXiv using their free REST API. No API key needed. Search by keyword, author, category, or ID. Combine with web_extract or the ocr-and-documents skill to read full paper content.
| name | plan |
| description | Plan mode — inspect context, write a markdown plan into the active workspace's `.echo-agent/plans/` directory, and do not execute the work. |
| version | 1.0.0 |
| metadata | {"echo":{"tags":["planning","plan-mode","implementation","workflow"]}} |
Use this skill when the user wants a plan instead of execution.
For this turn, you are planning only.
.echo-agent/plans/.Write a markdown plan that is concrete and actionable.
Include, when relevant:
If the task is code-related, include exact file paths, likely test targets, and verification steps.
Save the plan with write_file under:
.echo-agent/plans/YYYY-MM-DD_HHMMSS-<slug>.mdUse this path relative to the active working directory.
If the runtime provides a specific target path, use that exact path.
If not, create a sensible timestamped filename yourself under .echo-agent/plans/.
/plan, infer the task from the current conversation context.