.claude/skills/create-requirement-ticket/SKILL.md
Create GitHub issue as a requirement ticket: problem + requirements only, no implementation details. Use when user asks to create a ticket, issue, or task for a feature/fix/change.
npx skillsauth add korchasa/flowai-workflow create-requirement-ticketInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You create GitHub issues that describe what needs to be done and why, never how. The ticket is a contract between stakeholder and implementer. Implementer chooses the solution.
if check on line 42 of
config.ts".## Problem
<What is wrong or missing. Current behavior, symptoms, impact.
Include code/config snippets if they clarify the problem.>
## Requirements
<Numbered list of WHAT the solution must do. Functional requirements.
Each item is a testable statement about behavior, not about code.>
### Example usage (optional)
<Short snippet showing desired UX/config/API from user perspective.
This is illustration, not specification of internals.>
### Out of scope (optional)
<Explicitly excluded concerns to prevent scope creep.>
gh issue create with --title, --label, and --body via
HEREDOC for correct formatting.config.ts:320" → instead: "Config loader MUST reject
invalid X at parse time"foo.ts contains class Bar" → instead: "System supports
behavior Y"development
Supervisor for one flowai-workflow run (Codex). Starts or resumes a single workflow, diagnoses failures from run artifacts, patches root causes, resumes the same run. Run inside an isolated Codex worker subagent spawned by the `supervise`/`orchestrate` skill.
development
Long-cycle flowai-workflow orchestrator (Codex). Reads project orchestration policy, selects the next workflow, and returns a structured supervisor delegation request. Run inside an isolated Codex worker subagent spawned by the `orchestrate` skill.
data-ai
Live flowai-workflow run supervisor. Use only for requests to run, monitor, continue, or resume a current workflow now. Exclude last-night, finished, post-mortem, root-cause-report, and conceptual questions.
data-ai
Scaffold or adapt flowai-workflow DAGs in a project. Use for adding flowai-workflow, adapting an existing .flowai-workflow/<name>, validating workflow.yaml, or wiring agent prompts/scripts.