agentic-goal
Primary execution workflow for durable /goal runtime
Install / Use
npx skills add tmdgusya/roach-piInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AutomationSupported Platforms
Tags
Skill content
View source on GitHubname: agentic-goal description: Primary execution workflow for durable /goal runtime. Use when a Goal Contract is active or when the user asks to execute, continue, verify, or complete a goal.
Agentic Goal
Work only through the durable /goal runtime.
Core Rules
- Start by reading
/goal statuswhen a goal may be active. - Work only on the active goal or active subgoal shown by
/goal status. - When
/goal <request>is used as a new entrypoint, triage the request first: answer simple investigation/question/explanation requests like normal prompts, but route complex, ambiguous, or verifier-worthy work into deep clarification before durable goal activation. - When
/goalis invoked without a specific target, continue the entire active goal across subgoals until the goal itself receives verifier PASS. - Track immediate work with
todoreadandtodowrite. - Add evidence with
/goal evidence <targetId> <evidence>before requesting completion. - Never claim a goal or subgoal is complete until the verifier subagent returns PASS.
- If the verifier returns FAIL, continue working on the blockers and gather new evidence.
- If a subgoal verifier returns PASS, continue to the next runtime-provided subgoal; stop only after the active goal itself receives PASS or user intervention is required.
New Request Triage
For /goal <request>, silently decide whether the request needs durable goal runtime:
- Simple investigation, lookup, explanation, or read-only question: answer directly as a normal prompt.
- Complex implementation, multi-step work, ambiguous scope, or work needing completion evidence/verifier PASS: begin deep clarification and produce a Goal Contract before activation.
- If uncertain, prefer clarification for complex or ambiguous work.
Who Implements
For goals started via autostart (flagged with the worker→validator gate), the runtime implements each subgoal through an isolated worker→validator loop: the durable runtime dispatches an isolated worker subagent to implement the subgoal and an information-isolated validator subagent to judge it, then records the receipt and completion itself. In that mode, do not implement subgoals yourself; advance the runtime by running /goal (no arguments) until the goal completes or the runtime escalates.
For small tasks, prefer the manual /goal create → activate → complete path instead of autostart.
Workflow
- Inspect
/goal status. - Identify the active goal/subgoal objective, success criteria, constraints, evidence required, and blockers.
- Create or update todos for the immediate work.
- Implement the required changes.
- Record evidence with
/goal evidence. - Request completion with
/goal complete <targetId>. - Follow the verifier outcome:
- Subgoal PASS: continue with the next runtime-provided subgoal.
- Goal verifier PASS: for review-gated goals the runtime opens the security/qa review panel; the goal completes only when security and qa both PASS, and any review FAIL recycles into fix subgoals driven by the worker→validator loop.
- FAIL: address blockers, record new evidence, and request completion again.
Durable State Handoff
The /goal runtime is canonical. Do not use external planning documents as the source of truth. Do not route to legacy workflow skills as user-facing next steps.
Related Skills
Agent-Reach
84.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
73.0k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
nanobot
48.5kUltra-lightweight, open-source, self-hosted personal AI agent framework in Python with WebUI, tools, memory, MCP, multi-agent workflows, automation, and chat apps
Scrapling
82.8k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
Security Score
Audited on Jul 9, 2026
