Files
Max Mayfield df667e0db8 v2: Forge Console + Open WebUI artifacts + Docker
- web/: Local chat UI (Express + WS → Codex bridge)
- openwebui/: Preset, pipelines, knowledge manifest
- Dockerfile + docker-compose.yml
- Updated README with 3 frontend options
- CLI-agnostic: works with Codex, Claude Code, Kiro, Gemini
2026-02-27 06:56:34 +00:00

1.4 KiB

name, description, tools
name description tools
factory-standards Manage and access the Transparent Factory engineering and product tenets from Bitbucket.
name description entry
factory_update Clone or pull the latest Transparent Factory rules and PR/FAQ from the central repository.
type path args
python manager.py
update
name description entry
factory_list List available tenets, standards, and guidelines in the Transparent Factory repository.
type path args
python manager.py
list

Transparent Factory Standards Manager

This skill synchronizes the definitive Transparent Factory architectural and product rules into your local project from the central Bitbucket repository.

Capabilities

  • Update/Install: Automatically clones reltio-ondemand/transparent-factory.git if missing, or pulls latest changes if present.
  • List: Enumerates available tenets (content/), PR/FAQ documents, and exported factory skills.

Architecture

Managed files are auto-cloned to .standards/factory/ relative to the root of your project workspace (e.g., if this skill is in skills/factory-standards/, it clones to ../../.standards/factory/).

How to use in AI Prompts

If you are an AI agent, you must run factory_update to ensure the local .standards/factory/ directory is present and up-to-date before writing any Product Requirements Documents, Epics, or technical specifications.