conduct

Execute autonomous project management loops from milestone review to score updates.

1|Updated Sep 17, 2025
One-click install
npx skills add https://github.com/mpazaryna/agentic-factory --skill conduct
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conduct
Source: https://github.com/mpazaryna/agentic-factory/tree/main/pm/orchestra/skills/conduct
Command: npx skills add https://github.com/mpazaryna/agentic-factory --skill conduct

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire project execution lifecycle, from reviewing milestones to updating project scores, eliminating manual checkpoints and ensuring continuous progress.

Core Features & Use Cases

  • Full-Cycle Automation: Manages the process from milestone review, PRD generation, spec creation, ticket management, execution, to score updates.
  • Autonomous Operation: Designed to run without human intervention, identifying and addressing project gaps independently.
  • Use Case: Kickstart a new feature development by providing a milestone in your roadmap; the Skill will autonomously generate the PRD, create tickets, manage the implementation (if code-related), and update project tracking systems.

Quick Start

Use the conduct skill to run the full conductor loop starting with the milestone named 'feature-x'.

Frequently Asked Questions about conduct

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

FAQPage Schema
How do I automate the project management lifecycle from milestone review to code implementation?

You can automate the project management lifecycle by running an autonomous execution loop that handles milestone review, PRD generation, specification writing, ticket creation, and code implementation. The loop operates continuously until defined stop conditions are met.

How does autonomous workflow execution integrate with ClickUp for task management?

Autonomous workflow execution integrates with ClickUp via an API key to manage tasks directly. During the execution loop, the system autonomously creates tickets in ClickUp and updates project tracking systems as milestones are processed.

What do I need to set up before starting an autonomous development lifecycle for a new feature?

You need to define milestones within a `.orchestra/roadmap.md` file and provide a ClickUp API key. Once these are configured, you can start the loop by specifying the target milestone name to generate PRDs and manage implementation.

Can autonomous agents independently handle code and documentation tasks without human intervention?

Yes, autonomous agents can independently handle code and documentation tasks without human intervention. The system identifies project gaps, generates necessary specifications, implements code, and updates project scores autonomously.

What happens when an autonomous project execution loop encounters defined stop conditions or needs escalation?

When an autonomous project execution loop encounters defined stop conditions or requires human input, it halts the automation process and follows established escalation procedures to ensure project continuity and prevent incorrect code implementation.