convoai-ios-workflow

Installation
SKILL.md

ConvoAI iOS Workflow

Overview

This skill may trigger for normal iOS implementation requests such as “帮我实现 xxx 需求”, “帮我修改 xxx 功能”, or “修复这个 iOS 问题”.

Every requirement starts with a planning pass before any coding or delegation:

  • restate the user goal and acceptance criteria
  • split the requirement into independently closable feature items
  • identify dependencies, shared prerequisites, and execution order
  • choose exactly one active feature item for the current loop

When it triggers, choose the execution mode like this:

  • If the user explicitly asks for closed-loop workflow, delegation, or multiple agents, keep the main thread as the controller, spawn one developer agent and one tester agent, and drive a loop of implement -> validate -> fix until the tester returns passed or the loop blocks.
  • If the user does not explicitly authorize sub-agents, stay in single-agent mode and use the same validation rules from this skill, but do not spawn developer/tester sub-agents.
Installs
1
GitHub Stars
29
First Seen
Jun 22, 2026
convoai-ios-workflow — shengwang-community/conversational-ai-demo