evo-help

Read the project help task file and output concrete next steps.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill evo-help
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evo-help
Source: https://github.com/DavidsonGomes/claude_cowork_workspace/tree/main/.claude/skills/evo-help
Command: npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill evo-help

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes what is done and the user's query and offers advice on what to do next, helping users decide the best subsequent actions.

Core Features & Use Cases

  • Context-aware guidance: Given the current task state and user question, evo-help suggests concrete next steps.
  • Task-focused execution: Reads the help task file from the project and adheres to its instructions exactly.
  • Use case: When asked "what should I do next?" evo-help provides actionable steps aligned with the project's task requirements.

Quick Start

Read the entire task file at the project root and follow its instructions exactly.

Frequently Asked Questions about evo-help

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get AI-assistant guidance on what to do next in my project?

AI-assistant guidance for project tasks is generated by reading the help task file at {project-root}/_evo/core/tasks/help.md and outputting concrete, executable next steps based on the current context.

How does decision-support for task planning determine my next best action?

Decision-support for task planning analyzes the current task state and user query against the project's help.md file to suggest actionable next steps aligned with project requirements.

Can I use context-aware guidance for interactive planning sessions?

Context-aware guidance supports interactive planning by reading your project's task instructions and providing advice on the best subsequent actions to take.

What's the best way to set up workflow guidance for my project tasks?

Workflow guidance setup requires creating a help task file at {project-root}/_evo/core/tasks/help.md with your task instructions, which the assistant reads to provide next steps.

Do I need a specific file structure to get task planning suggestions?

Task planning suggestions require a help.md file located at {project-root}/_evo/core/tasks/ containing your project's task instructions for the assistant to read and follow.

Why does my decision-support output not match my project's task requirements?

Decision-support output depends on the help.md file at {project-root}/_evo/core/tasks/help.md; if that file is missing or incomplete, the suggested next steps may not align with your task requirements.