strategist

Orchestrate Planner, Fixer, and QA agent chains to produce Git commits.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Bayyo1337/hka-agentic-raumzeit-bot --skill strategist-bayyo1337
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: strategist
Source: https://github.com/Bayyo1337/hka-agentic-raumzeit-bot/tree/main/.gemini/skills/strategist
Command: npx skills add https://github.com/Bayyo1337/hka-agentic-raumzeit-bot --skill strategist-bayyo1337

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill autonomously coordinates a complete agent chain (Planner -> Fixer -> QA) to transform user prompts into actionable repository changes, reducing manual orchestration and turnaround time.

Core Features & Use Cases

  • End-to-end orchestration of planning, implementation, and verification workflows inside a codebase.
  • Automatic task decomposition from user requests, task delegation, and progress monitoring with a persistent session log.
  • Safe, auditable Git commit generation and automated artifact handling through the done/verified flow.

Quick Start

Start an autonomous run from a user prompt to trigger the Planner -> Fixer -> QA cycle and watch the session_log for progress.

Frequently Asked Questions about strategist

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

FAQPage Schema
How do I automate git commits from issue planning to implementation?▼

Autonomous agent chains automate git commits by scanning directories like issues/active and features/specs, then driving a Planner -> Fixer -> QA workflow to plan, implement, verify, and commit changes end-to-end.

What is an autonomous agent chain workflow for code repositories?▼

An autonomous agent chain workflow orchestrates sequential agents (Planner -> Fixer -> QA) to process user prompts, delegating tasks like issue planning and feature implementation while monitoring progress via a persistent session_log.

Can I use automated orchestration for feature ideation and issue tracking?▼

Automated orchestration supports feature ideation and issue tracking by scanning directories like features/ideas, issues/active, and features/specs to drive the Planner -> Fixer -> QA workflow autonomously from prompt to commit.

How do I start an autonomous run to generate repository changes?▼

Start an autonomous run by submitting a user prompt that triggers the Planner -> Fixer -> QA cycle, then monitor the session_log for progress as the chain decomposes tasks, implements fixes, and finalizes Git commits.

Does autonomous workflow orchestration handle artifact finalization automatically?▼

Autonomous workflow orchestration handles artifact finalization by moving verified items to the done area and generating safe, auditable Git commits, ensuring end-to-end execution from planning through QA.

What are the limitations of using agent chains for git workflow automation?▼

Agent chains for git workflow automation require structured directories like issues/active and features/specs to function properly, and they depend on persistent session_log monitoring to track the Planner -> Fixer -> QA progress accurately.