myna-dev-build-prompt

Generate autonomous execution prompts and run-tracks for Myna development sessions.

8|1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/agentflock/myna --skill myna-dev-build-prompt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: myna-dev-build-prompt
Source: https://github.com/agentflock/myna/tree/main/.claude/skills/myna-dev-build-prompt
Command: npx skills add https://github.com/agentflock/myna --skill myna-dev-build-prompt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to generate a self-contained, autonomous execution prompt for Myna development — allowing a fresh Claude Code session to implement changes, update docs, review its own work, and push to a feature branch without human intervention.

Core Features & Use Cases

  • Autonomous prompt generation: creates a complete, runnable prompt that orchestrates subagents to implement and verify changes.
  • Built-in quality loop: includes iterative review rounds to ensure correctness before reporting completion.
  • Artifacts & rollout: outputs a ready-to-review prompt file, a run log template, and a final summary for PR review.

Quick Start

After a design discussion, run this skill to generate a self-contained execution prompt and its metadata, ready to deploy in Claude Code.

Frequently Asked Questions about myna-dev-build-prompt

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

FAQPage Schema
How do I generate autonomous execution prompts for Claude Code development sessions?

This skill generates self-contained autonomous execution prompts by deriving a ready-to-run prompt file from a design brief and repository structure, enabling a fresh Claude Code session to implement changes and push to a feature branch without human intervention.

What is a built-in review loop for autonomous coding agents?

A built-in review loop is an iterative quality mechanism where the autonomous execution prompt orchestrates subagents to perform review rounds, ensuring correctness and verifying changes before reporting completion and pushing to a feature branch.

How do I automate branch planning and prompt derivation from a design brief?

You provide a design brief and repository structure to an autonomous prompt generation skill, which then derives the execution prompt, plans the feature branch rollout, and outputs a run log template alongside a final summary for PR review.

Can I run autonomous implementation in Claude Code without human intervention?

Yes, you can achieve autonomous implementation in Claude Code by generating a self-contained execution prompt that orchestrates subagents to implement changes, update documentation, review its own work, and push to a feature branch automatically.

What artifacts do I need for autonomous code rollout and PR review?

Autonomous code rollout requires a ready-to-run prompt file, a run log template to track execution, and a final summary that captures the implemented changes for PR review, all generated from a design brief and repository structure.

When should I not use autonomous execution prompts for software development?

You should avoid using autonomous execution prompts when you lack a clear design brief or repository structure, as the prompt derivation, branch planning, and built-in review loops require these inputs to correctly orchestrate subagents and verify changes.