idea-intake-workflow_skill

This skill orchestrates the end-to-end idea intake workflow, capturing, validating, and processing ideas with autonomous sub-skills.
  • TypeScript

3

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill cleanexpo/ato --skill idea-intake-workflow

  • SKILL.md48.2 KB

Overview

This skill provides a single command interface to run an autonomous idea intake workflow that captures, validates, and processes work items. It unifies fast idea capture, Senior PM validation, and autonomous execution into one cohesive flow so you don’t need to remember multiple commands. Use /workflow with intuitive subcommands to manage the entire lifecycle from idea to archival.

How this skill works

The skill inspects recent user messages or explicit text to create concise queue items with type, title, and payload metadata. It runs a validation phase that scores feasibility, detects duplicates, assigns priority and agents, then routes items into an execution pipeline that spawns fresh sub-agents per item to avoid context pollution. Status updates are persisted to a central work queue and optionally synchronized with an issue tracker for traceability.

When to use it

  • Capture quick ideas or bug reports without switching context
  • Validate backlog items to get feasibility, complexity, and routing
  • Run autonomous processing for validated work until the queue is clear
  • Get a real-time overview of intake, validation, and processing status
  • Enforce a predictable lifecycle for incoming work before execution

Best practices

  • Capture ideas as short, actionable sentences to improve title generation
  • Use --text or --type flags for explicit captures when auto-detection is unreliable
  • Run /workflow validate regularly to keep the pending queue actionable
  • Prefer grouping related issues; use --separate when items are distinct
  • Monitor /workflow status during long-running /workflow process --continuous runs

Example use cases

  • Quickly record UX bugs mentioned in chat with /workflow capture
  • Bulk validate a backlog of pending items and create tracker issues
  • Autonomously process simple frontend fixes while you focus on planning
  • Route complex analysis tasks to specialist agents with user approval
  • Run continuous processing overnight to clear validated work

FAQ

It saves a queue item with a concise title, detected type, original message payload, timestamp, and initial status='pending'.

How does validation decide routing and priority?

The Senior PM validator scores feasibility, assesses complexity, checks duplicates, assigns P0–P3 priority, and selects an appropriate agent and execution strategy.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
idea-intake-workflow skill by cleanexpo/ato | VeilStrat