PFactory — Market Positioning

Living document (issue-tracked). Sources at the bottom.

The one-line position

PFactory is the feasibility and governance gate between an AI plan and its execution. It sits downstream of spec-authoring tools (GitHub Spec-Kit, AWS Kiro, BMAD-METHOD) and upstream of any execution agent (AIFactory, Copilot coding agent, Devin). It takes a plan, grounds it in your live cloud (cost, IAM access, quotas — before any code), runs review gates, requires a human approval, and emits governed, tagged GitHub epics and child issues with a full audit trail.

But the one-line position undersells the real story, which is that PFactory is the first node of a governed line — so this page covers both: how PFactory differs on its own, and why PFactory, AIFactory and TFactory together are, in our view, a better way to ship software with agents than the alternatives.

What the market looks like in 2026, and where PFactory fits

The space around PFactory is crowded and, in the authoring layer, mostly free. We do not pretend otherwise. The honest map:

Upstream — spec authoring (we consume these, not compete)

These author a well-shaped spec from the prompt, and stop at text. None checks the spec against your running cloud. Every Spec-Kit / Kiro / BMAD user is a lead, not a rival — they have a spec and no way to prove it is buildable. PFactory is the step after the step they already do for free.

Downstream / adjacent — we integrate, not reinvent

The execution agents (the layer in front of which we sit)

The gap PFactory fills

Across the execution agents, planning is collapsed into execution and the plan is never the reviewed artifact. Across the authoring tools, the spec is never grounded in the running system. The unfilled slot is a grounded, audit-trailed feasibility and governance gate between the free spec and the execution agent. That is PFactory — and EU AI Act high-risk obligations landing Aug 2, 2026 make the audit-trailed gate a requirement, not a nicety.

PFactory’s wedge — how we differ

  1. Live-infra grounding (the hard-to-copy asset). Plans are enriched with read-only introspection of running Kubernetes / OpenShift / Azure / AWS / GCP, plus Terraform and Backstage/wikis. Spec-Kit/Kiro/BMAD plan from the prompt; PFactory plans from the prompt and the running system.
  2. Pre-code feasibility: cost, time, access. Real cloud pricing for the account’s actual shape, IAM policy simulation (grant/deny per action), a calibrated effort rollup, and a read-only local-cluster build/run probe — all before any code. A stage Infracost structurally cannot reach.
  3. Governance-first, with an audit trail. Mandatory architecture / security / best-practice / feasibility gates plus one human approval before any issue is created. A hard readiness gate blocks emission until every check passes (or a human records a waiver bound to the plan’s content hash). Epic + issues + cited gate scores + approval is the compliance story the execution vendors lack.
  4. Help, never override. Cited, anchored suggestions on the original document (never overwritten); missing creds/regions/MCP degrade to advisories; side-effects are dry-run by default.
  5. Execution-agent-agnostic output. Standard tagged GitHub epics and child issues — consumable by AIFactory, Copilot, Devin, or humans. The front of any execution stack, not a walled garden.

PFactory + AIFactory + TFactory: the governed line

PFactory is most valuable as the first node of the PARR line — Plan, Author, Run, Review — where each stage is a separate, governed product and a single correlation key (the GitHub issue number) threads the whole story:

PFactory  -->  AIFactory  -->  TFactory  -->  CFactory
  plan          build          verify         watch

The value of the suite is not four tools — it is one governed path from an idea to a verified change, where the contract that was approved is provably the contract that was built and tested, and a human is in the loop only at the gates that matter.

Why this is better — our subjective view

This section is opinion, stated plainly.

We are not claiming the suite is the only way, or that the authoring tools and execution agents are not excellent at what they do — they are, and we build on them. The claim is narrower and, we think, correct: for an organisation that has to stand behind what its agents ship, a governed plan-to-verified-change line, run on its own infrastructure with visible evidence, is a better foundation than either a free spec that stops at text or an autonomous agent whose plan you never get to review.

Positioning statement

For engineering orgs adopting autonomous coding agents, PFactory is the feasibility and governance gate that takes a plan — including the output of Spec-Kit / Kiro / BMAD — grounds it in the org’s live cloud (cost, access, quotas), gates it on architecture / security / best-practice / feasibility, and emits governed, audit-trailed work items any execution agent can build. With AIFactory and TFactory it becomes a complete governed line: a plan you can approve, a build on the model you choose, and a verification backed by evidence you can see — all on your own infrastructure.

Go-to-market angles

Risks / watch-items

Sources