star-plan-executor

Execute leaf-level research sub-plans by orchestrating task subagents to modify code and run validations.

39|Updated Jul 15, 2026
One-click install
npx skills add https://github.com/wanghao9610/STAR --skill star-plan-executor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: star-plan-executor
Source: https://github.com/wanghao9610/STAR/tree/main/.cursor/skills/star-plan-executor
Command: npx skills add https://github.com/wanghao9610/STAR --skill star-plan-executor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill bridges the gap between high-level research planning and concrete implementation, ensuring that research tasks are executed systematically, verified, and documented without manual overhead.

Core Features & Use Cases

  • Automated Execution: Orchestrates Task subagents to modify code and run validations based on a structured plan.
  • Safety Guardrails: Implements a strict "STOP line" to prevent autonomous execution of heavy or irreversible experiments.
  • Use Case: When you have a decomposed research plan for a new model architecture, use this Skill to automatically scaffold the code, run smoke tests, and log results while pausing for your approval before launching full-scale training.

Quick Start

Invoke the star-plan-executor skill with the name of the leaf plan you wish to execute to begin the automated research workflow.

Frequently Asked Questions about star-plan-executor

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

FAQPage Schema
How do I automate the execution of a decomposed research plan?

You can automate research plan execution by orchestrating task subagents to modify code and run validations based on a structured plan. This approach bridges high-level research planning and concrete implementation without manual overhead.

What is automated code-agent orchestration for reproducible research?

Automated code-agent orchestration systematically executes leaf-level research sub-plans, verifies results, and structures documentation. It ensures reproducible implementation and experiment tracking while applying safety guardrails to prevent irreversible autonomous actions.

How do I ensure reproducible implementation and experiment tracking in AI workflows?

Ensure reproducible implementation by using automated execution that orchestrates subagents for code modifications and light validation. This provides structured documentation and idempotent state management for systematic AI research workflows.

Can I use automated agents to scaffold code and run smoke tests for new model architectures?

Yes, you can use automated agents to scaffold code, run smoke tests, and log results for new model architectures. The workflow pauses for user approval before launching full-scale training to maintain safety.

How do I prevent autonomous agents from running heavy or irreversible experiments?

Prevent heavy or irreversible experiments by implementing a strict STOP line guardrail. This enforces user-approved side effects, pausing automated execution before launching full-scale training or other high-impact operations.

Do I need to manually track state when executing research sub-plans?

No, you do not need to manually track state. The automated execution applies idempotent state management, ensuring environment-aware execution and structured documentation throughout the research workflow.