Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

phased-agent-workflow

phased-agent-workflow enthält 34 gesammelte Skills von lossyrob, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
34
Stars
38
aktualisiert
2026-04-08
Forks
6
Berufsabdeckung
7 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

paw-review-workflow
Computersystemanalytiker

Orchestrates the PAW Review workflow, coordinating activity skills to analyze PRs and generate comprehensive review feedback.

2026-04-08
paw-git-operations
SoftwareentwicklerSonstige Computerberufe

Shared git mechanics for PAW activity skills including branch naming conventions, strategy-based branching logic, and selective staging discipline.

2026-03-31
paw-init
Softwareentwickler

Bootstrap skill for PAW workflow initialization. Creates WorkflowContext.md, directory structure, and git branch. Runs before workflow skill is loaded.

2026-03-31
paw-status
Computersystemanalytiker

Workflow status activity skill for PAW workflow. Diagnoses workflow state, recommends next steps, explains PAW process, and optionally posts updates to Issues/PRs.

2026-03-17
paw-final-review
Softwarequalitätssicherungsanalysten und -tester

Pre-PR review activity skill for PAW workflow. Reviews implementation against spec before Final PR creation with configurable single-model, multi-model, or society-of-thought execution.

2026-03-17
paw-impl-review
Softwarequalitätssicherungsanalysten und -tester

Implementation review activity skill for PAW workflow. Reviews implementation for quality, adds documentation, and returns structured verdict.

2026-03-17
paw-implement
Softwareentwickler

Implementation activity skill for PAW workflow. Executes plan phases with code changes, documentation phases, and PR review comment handling. One phase per invocation.

2026-03-17
paw-planning-docs-review
Softwareentwickler

Holistic review of planning artifacts bundle (Spec.md + ImplementationPlan.md + CodeResearch.md) with configurable single-model, multi-model, or society-of-thought execution. Catches cross-artifact consistency issues before implementation begins.

2026-03-15
paw-planning
Softwareentwickler

Implementation planning activity skill for PAW workflow. Creates phased implementation plans with clear success criteria, documentation phase planning, and strategic architectural descriptions.

2026-03-15
paw-pr
Computersystemanalytiker

Final PR activity skill for PAW workflow. Creates comprehensive final PR to base branch with pre-flight validation, scaled descriptions, and merge guidance.

2026-03-15
paw-sot
Computersystemanalytiker

Society of Thought (SoT) — multi-perspective deliberative review engine. Orchestrates specialist personas with parallel or debate interaction, confidence-weighted synthesis, and interactive moderator mode. Use for code review, plan review, design analysis, or any scenario requiring diverse expert perspectives.

2026-03-15
paw-transition
Allgemeine und Betriebsleiter

Workflow transition gate for PAW. Handles stage boundaries, session policy, preflight checks, and next activity determination.

2026-03-12
paw-lite
Softwareentwickler

Lightweight PAW workflow skill. Optional work shaping → plan → parallel fleet-style implementation → configurable review (single-model, multi-model, or SoT) → PR. Uses SQL todos for coordination and delegates to paw-work-shaping, paw-sot, paw-git-operations, and paw-pr.

2026-03-12
paw-review-understanding
Softwarequalitätssicherungsanalysten und -tester

Analyzes PR changes to create ReviewContext.md and DerivedSpec.md artifacts. Handles both initial analysis and resumption after baseline research.

2026-02-27
paw-workflow
SoftwareentwicklerSonstige Computerberufe

Reference documentation for PAW multi-phase implementation workflows. Provides activity tables, artifact structure, stage guidance, and PR routing patterns. Workflow enforcement rules are in PAW.agent.md.

2026-02-19
paw-review-correlation
Computersystemanalytiker

Synthesizes findings across multiple PRs to identify cross-repository dependencies, interface mismatches, and coordination gaps.

2026-02-18
paw-review-critic
Softwarequalitätssicherungsanalysten und -tester

Critically assesses generated review comments for usefulness, accuracy, and appropriateness, adding assessment sections.

2026-02-18
paw-review-feedback
Softwarequalitätssicherungsanalysten und -tester

Transforms evaluation findings into structured review comments with comprehensive rationale. Handles both initial draft generation and critique response iteration.

2026-02-18
paw-review-github
Softwareentwickler

Posts finalized review comments to GitHub as a pending review after critique iteration is complete.

2026-02-17
paw-review-response
Softwareentwickler

Shared PR review comment response mechanics for PAW activity skills. Provides TODO workflow, commit patterns, and reply format for addressing reviewer feedback.

2026-02-15
paw-rewind
Computersystemanalytiker

Workflow rewind utility skill for PAW workflow. Rolls back workflow state to a previous stage or phase with safeguards and user confirmation.

2026-02-04
paw-spec
Computersystemanalytiker

Specification activity skill for PAW workflow. Converts issue/brief into structured feature specification with user stories, requirements, and success criteria.

2026-02-02
paw-review-baseline
Softwarequalitätssicherungsanalysten und -testerSoftwareentwickler

Analyzes the codebase at the PR's base commit to establish baseline understanding for review comparison.

2026-02-01
paw-review-impact
Computersystemanalytiker

Analyzes system-wide impact of PR changes including integration effects, breaking changes, performance, and security implications.

2026-02-01
paw-code-research
Softwareentwickler

Code research activity skill for PAW workflow. Documents implementation details with file:line references, discovers documentation infrastructure, and creates CodeResearch.md artifact.

2026-02-01
paw-plan-review
Computersystemanalytiker

Plan review activity skill for PAW workflow. Reviews implementation plans for feasibility, completeness, and spec alignment before implementation proceeds.

2026-02-01
paw-spec-research
Computersystemanalytiker

Spec research activity skill for PAW workflow. Answers factual questions about existing system behavior to inform specification writing.

2026-02-01
paw-spec-review
Softwareentwickler

Specification review skill for PAW workflow. Validates Spec.md against quality criteria and returns structured feedback for iteration.

2026-02-01
paw-work-shaping
Computersystem- und IT-Manager

Interactive pre-spec ideation utility skill. Agent-led Q&A to progressively clarify vague ideas, research codebase context, and produce structured WorkShaping.md artifact.

2026-02-01
multi-model-review
Softwarequalitätssicherungsanalysten und -tester

Reviews PRs or code changes using multiple AI models, synthesizes findings, and interactively applies fixes. Uses GPT 5.2, Gemini 3 Pro, and Opus 4.5 for diverse perspectives.

2026-01-30
skill-creator
Softwareentwickler

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends an agent's capabilities with specialized knowledge, workflows, or tool integrations.

2026-01-28
paw-docs-guidance
SoftwareentwicklerBerater für land- und hauswirtschaftliches Management

Documentation conventions for PAW implementation workflow. Provides Docs.md template structure, include/exclude guidelines, and project documentation update patterns.

2026-01-27
paw-review-gap
Softwarequalitätssicherungsanalysten und -tester

Systematically identifies gaps in correctness, safety, testing, and maintainability, categorizing findings by severity.

2026-01-19
prompt-annotation
Softwareentwickler

Annotates agent prompts with structural XML tags for comprehension, gap detection, and skill extraction. Use when analyzing agent prompt structure, comparing agents across projects, or identifying reusable vs workflow-bound content in prompts.

2026-01-16