simple-mode

Orchestrate multi-skill workflows from natural-language commands for TappsCodingAgents.

4|Updated Aug 19, 2025
One-click install
npx skills add https://github.com/wtthornton/HomeIQ --skill simple-mode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simple-mode
Source: https://github.com/wtthornton/HomeIQ/tree/main/.claude/skills/simple-mode
Command: npx skills add https://github.com/wtthornton/HomeIQ --skill simple-mode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple AI skills manually is error-prone and tedious. This Simple Mode orchestrator automatically detects intent and delegates work to the appropriate skills.

Core Features & Use Cases

  • Intent Detection: Parses natural language to identify build, review, fix, or test intents.
  • Skill Orchestration: Invokes enhancer, planner, architect, designer, implementer, reviewer, tester, debugger, improver in sequence.
  • Progress Tracking: Provides status updates and final summaries.
  • Context7 Integration: Leverages prompt patterns and workflow templates.

Quick Start

@simple-mode *build "Create a user authentication API with JWT tokens"

Frequently Asked Questions about simple-mode

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

FAQPage Schema
How do I orchestrate multiple AI skills with natural language commands?

Natural-language orchestration automatically detects your intent and coordinates multiple skills in sequence. Simple Mode parses commands like @simple-mode *build to invoke enhancer, planner, architect, designer, implementer, reviewer, tester, debugger, and improver skills in the appropriate order for build, review, fix, or test workflows.

Can I automate multi-step workflows across different AI agents?

Yes. This orchestrator automates multi-skill workflows by accepting natural-language commands, invoking skills via @skill-name syntax, passing outputs between skills automatically, and providing progress tracking. It handles coordination across the full lifecycle without manual step-by-step delegation.

What problem does skill orchestration solve in AI agent coordination?

Coordinating multiple AI skills manually is error-prone and tedious. Orchestration detects intent from natural language, automatically delegates work to the right skills in sequence, tracks progress, and summarizes results, eliminating manual handoffs.

How does intent detection work in multi-skill workflows?

Intent detection parses natural language to identify build, review, fix, or test intents. The orchestrator then invokes the appropriate skill sequence for that intent, such as planner → architect → designer → implementer for build operations.

Does this work with TappsCodingAgents and Context7 patterns?

Yes. Simple Mode is designed for TappsCodingAgents and integrates Context7 prompt patterns and workflow templates to coordinate enhancer, planner, architect, designer, implementer, reviewer, tester, debugger, and improver skills.

What happens to skill outputs when they're passed between steps?

Outputs are automatically passed between skills in the execution chain. The orchestrator maintains context across steps, reports progress after each skill completes, and delivers a final summary after the workflow finishes.