forge

Automate Pandahrms development workflows from brainstorming to execution.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/pandaworks-software-plt/pandahrms-skills --skill forge-pandaworks-software-plt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge
Source: https://github.com/pandaworks-software-plt/pandahrms-skills/tree/main/skills/forge
Command: npx skills add https://github.com/pandaworks-software-plt/pandahrms-skills --skill forge-pandaworks-software-plt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified Pandahrms development workflows into a single end-to-end orchestration from brainstorming to execution, reducing context switching and enforcing guardrails across the entire pipeline.

Core Features & Use Cases

  • End-to-end pipeline: brainstorming, spec writing, QA review, planning, plan↔spec cross-review, and execution in one session.
  • Fast path handling: start directly at plan/spec cross-review when a pre-made plan is provided.
  • Tiny-task triage: identify and skip UI-only or clearly scoped tasks to accelerate delivery.
  • Resume and time tracking: persist forge progress and resume where you left off, with active-work accounting.
  • Subagent-driven execution: dispatch independent tasks in parallel while enforcing standards for spec cross-check, TDD, SOLID, and DDD.
  • Hard gates on specs: ensure spec write-up is complete before executing work to maintain quality.
  • Governance: plan-driven execution with audit-friendly progress reporting and no automatic code commits.

Quick Start

Start a forge session by stating your work request and letting the system orchestrate from brainstorming through execution.

Frequently Asked Questions about forge

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

FAQPage Schema
How do I orchestrate end-to-end development workflows from brainstorming to execution?

You can orchestrate end-to-end development workflows by starting a session with your work request, letting the system handle brainstorming, spec writing, QA review, and execution in one pipeline. This reduces context switching and enforces quality guardrails.

Can I skip brainstorming and start directly at plan and spec cross-review?

Yes, you can start directly at plan and spec cross-review using the fast path handling. When a pre-made plan is provided, the pipeline skips initial brainstorming and immediately validates the plan against the spec.

How does parallel subagent execution work for independent tasks?

Parallel subagent execution dispatches independent tasks simultaneously to accelerate delivery. While running in parallel, the system continuously enforces standards for spec cross-check, TDD, SOLID, and DDD compliance across all subagents.

Does the pipeline automatically commit code after execution?

No, the pipeline does not automatically commit code after execution. It provides plan-driven execution with audit-friendly progress reporting, ensuring you maintain full governance and manual control over code commits.

What happens if I need to pause and resume a development pipeline session?

You can pause and resume a development pipeline session seamlessly. The system persists your forge progress and allows you to resume exactly where you left off, while maintaining active-work accounting for accurate time tracking.

How do I handle UI-only or clearly scoped tasks to accelerate delivery?

To accelerate delivery, the pipeline features tiny-task triage which identifies UI-only or clearly scoped tasks. It skips unnecessary orchestration steps for these items, allowing faster execution without compromising overall workflow governance.