ios-ai-assisted-development-flow

Routes the slash command to the durable workflow runtime for iOS AI-assisted development.

Updated May 13, 2026
One-click install
npx skills add https://github.com/onesmash/slm-as-harness --skill ios-ai-assisted-development-flow-onesmash
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ios-ai-assisted-development-flow
Source: https://github.com/onesmash/slm-as-harness/tree/main/skills/durable-workflow-runtime/workflow-shortcuts/ios-ai-assisted-development-flow
Command: npx skills add https://github.com/onesmash/slm-as-harness --skill ios-ai-assisted-development-flow-onesmash

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides a dedicated slash-only entry point so that invoking /ios-ai-assisted-development-flow reliably forwards the request, along with the user's raw trailing text, into the durable workflow runtime without manual retyping. ## Core Features & Use Cases - Slash Command Routing: Loads only when the user explicitly invokes /ios-ai-assisted-development-flow, avoiding accidental activation. - Runtime Delegation: Continues execution through /durable-workflow-runtime ios-ai-assisted-development-flow so the durable workflow engine handles the actual logic. - Use Case: A developer types /ios-ai-assisted-development-flow set up a SwiftUI view with tests and the shortcut passes that trailing text directly into the durable iOS development workflow. ## Quick Start Invoke /ios-ai-assisted-development-flow followed by your iOS development request to run it through the durable workflow runtime.

Frequently Asked Questions about ios-ai-assisted-development-flow

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

FAQPage Schema
How do I run the iOS AI-assisted development workflow?▼

Invoke /ios-ai-assisted-development-flow followed by your request text. The shortcut forwards your raw trailing input to /durable-workflow-runtime ios-ai-assisted-development-flow, which executes the actual workflow.

When does the ios-ai-assisted-development-flow shortcut activate?▼

It activates only when the user explicitly types the /ios-ai-assisted-development-flow slash command. It is a slash-only shortcut and does not load automatically in other contexts.

Does this shortcut work without the durable workflow runtime?▼

No. The shortcut delegates all execution to /durable-workflow-runtime ios-ai-assisted-development-flow, so the durable-workflow-runtime skill must be present for the workflow to run.

What happens to the text I type after the slash command?▼

Your raw trailing text after /ios-ai-assisted-development-flow is passed unchanged into the durable workflow runtime invocation, preserving your original request exactly as written.