act

Select and execute methodology frameworks for current room states.

2|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/jsagir/mindrian-os-plugin --skill act-jsagir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: act
Source: https://github.com/jsagir/mindrian-os-plugin/tree/main/skills/act
Command: npx skills add https://github.com/jsagir/mindrian-os-plugin --skill act-jsagir

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mcp__mindrian-brain__brain_ask, mcp__mindrian-brain__brain_search, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill assists users in applying the most suitable methodologies to their problem-solving tasks, reducing analysis paralysis and guiding the decision-making process.

Core Features & Use Cases

  • Best-Pick Methodology: Automatically selects the best methodology for the current problem state.
  • Sequential Execution: Executes a chain of methodologies in a predetermined sequence.
  • Parallel Execution: Dispatches multiple methodologies in parallel to different problem sections.
  • Dry-Run: Displays the planned execution without executing it.
  • Use Case: When faced with a complex problem, this Skill can suggest and execute the appropriate methodologies, such as reframing the problem, building a framework, or defending decisions.

Quick Start

Run the next recommended move without typing the /mos: command yourself. Use the --chain flag for sequential execution, --swarm for parallel execution, or --dry-run to preview the plan.

Frequently Asked Questions about act

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

FAQPage Schema
How do I apply problem-solving methodologies to complex tasks without manual selection?

Problem-solving methodologies are applied automatically by selecting the best framework for your current room state, reducing analysis paralysis. The system evaluates your specific context and executes the appropriate methodology chain to guide decision-making.

What is the best way to execute multiple methodology frameworks sequentially for a single problem?

Sequential execution of methodology frameworks is achieved using the `--chain` flag, which runs a predetermined sequence of methodologies. This allows you to process complex problem-solving scenarios step-by-step within the MindrianOS ecosystem.

Can I dispatch different methodologies in parallel to separate sections of a problem?

Parallel execution dispatches multiple methodologies simultaneously to different problem sections using the `--swarm` flag. This is designed for complex problem-solving scenarios where independent parts of the task require different analytical approaches.

Does MindrianOS support previewing a methodology execution plan before running it?

MindrianOS supports previewing execution plans through a dry-run mode triggered by the `--dry-run` flag. This displays the selected methodology framework and planned execution steps without actually executing them on your problem state.

Do I need specific dependencies to use AI-assisted methodology selection in MindrianOS?

AI-assisted methodology selection requires the `mcp__mindrian-brain__brain_ask` and `mcp__mindrian-brain__brain_search` dependencies to function. These components enable the system to evaluate your room state and recommend the appropriate framework.