byappautomaton· 32 skills
Turn a large task into a persistent plan file and a trackable Issue CSV (local files, not an external issue tracker), then execute the issues autonomously with per-row status updates. Use when work must survive across sessions or hand off between agents, when you need an auditable record of multi-step execution, or to resume a plans/ and issues/ pair from an earlier session. Do not use for single-session tasks that your harness's built-in plan or todo tracking already covers.
$npx -y skills add appautomaton/agent-designer --skill issue-driven-workflowInstalls into the current project.
Run `npx skills use "https://github.com/appautomaton/agent-designer" --skill "appautomaton/agent-designer/issue-driven-workflow"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/appautomaton/agent-designer" that are relevant to the current task. Run `npx skills add "https://github.com/appautomaton/agent-designer"` and select the relevant skills, then follow their instructions.