survey-cycle

Select, queue, and route work items through gather, assess, options, choose, and route stages.

1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Rwb3n/haios --skill survey-cycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: survey-cycle
Source: https://github.com/Rwb3n/haios/tree/main/.claude/skills/survey-cycle
Command: npx skills add https://github.com/Rwb3n/haios --skill survey-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides AI agents to automatically select, queue, and route work items after a coldstart, reducing idle time and decision overhead in session-based workflows.

Core Features & Use Cases

  • Structured decision flow: Maintains a repeatable process that moves from gathering context to assessing options, choosing among items, and routing to the next cycle.
  • Queue-driven selection: Presents top items from a work queue and directs routing to the appropriate cycle (investigation, implementation, or work-creation) based on priority and plan availability.
  • Use Case: After coldstart, the agent presents a short list of tasks and routes the chosen one to the next cycle for execution.

Quick Start

Use the survey-cycle skill to initialize the session flow after coldstart and select the next work item to route.

Frequently Asked Questions about survey-cycle

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

FAQPage Schema
How do I automate AI agent task selection and routing after a coldstart?

Automate AI agent task selection and routing after a coldstart by applying a structured decision flow. This moves work items through gather, assess, options, choose, and route stages to reduce idle time and decision overhead in session-based workflows.

What is the best way to manage a task queue in structured AI agent sessions?

Manage a task queue in structured AI agent sessions by presenting top items and directing routing to the appropriate cycle. Queue-driven selection evaluates priority and plan availability to route work to investigation, implementation, or work-creation cycles.

How does the survey-cycle workflow enforce a single selected work item?

The survey-cycle workflow enforces exactly one selected item through YAML frontmatter and a structured body. If no item is chosen, it requires an explicit await_operator directive to prevent ambiguous routing in the decision flow.

Can I use this session-management workflow for general work routing without a plan?

Yes, you can use this session-management workflow for general work routing without a plan. The queue-driven selection logic evaluates priority and plan availability, routing items to work-creation cycles when implementation plans are not yet available.

What are the limitations of using a structured decision flow for session work?

A limitation of using a structured decision flow for session work is its strict gating mechanism. It enforces exactly one selected item per cycle or requires an explicit await_operator, which may bottleneck workflows needing parallel task execution.