Business harness builder
Use when a user wants to turn a business, consulting, research, whitepaper, product-discovery, workshop, or non-technical collaboration project into an AI-ready harness: a reusable project workspace with start-here instructions, master prompt, source-of-truth files, evidence logs, decision logs, stage gates, task boards, templates, handoff notes, and review loops. This skill is for business/project harnesses, not coding-agent runtime harnesses.From its SKILL.md
npx -y skills add iyinhai/business-harness-builderAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.3 KB, 881 tokens by cl100k_base, as published. Nobody here has run it
Business Harness Builder
Build an AI-ready project harness: a folder that helps humans and AI agents understand the goal, read the right context, produce consistent outputs, preserve evidence, and continue work across sessions.
Use This Skill When
- The user says "build a harness", "make this project AI-ready", "make a one-shot import package", "handoff this to another AI", or "turn these materials into a reusable collaboration workspace".
- The project is business-facing: consulting, research, whitepaper, product discovery, transformation, training, workshop, delivery playbook, or team onboarding.
- The user needs newcomers to follow a repeatable workflow without knowing how to operate AI tools deeply.
Do not use this skill for low-level coding-agent runtime design, MCP setup, provider configuration, or subagent orchestration unless the user explicitly wants a business project harness around those topics.
Core Idea
A harness is not a folder dump. It is a project operating system with four loops:
- Goal loop: what are we trying to achieve?
- Context loop: what should AI read first, later, or never?
- Evidence loop: what facts support each conclusion?
- Delivery loop: what output is due, how is it reviewed, and what changes next?
Workflow
-
Classify the project.
- Identify the project type: consulting, research, whitepaper, product discovery, workshop, transformation, or general project.
- Identify the audience: solo user, new team, client team, external partner, or public users.
- Identify the expected artifact: document, slide deck, demo, plan, backlog, research report, or operating system.
-
Build the harness spine.
- Create or propose these files:
00_START_HERE.md01_MASTER_PROMPT.md02_PROJECT_BRIEF.md03_SOURCE_OF_TRUTH.md04_EVIDENCE_LOG.md05_DECISION_LOG.md06_STAGE_GATES.md07_TASK_BOARD.md08_REVIEW_LOOP.md09_HANDOFF_NOTE.md
- Create folders:
10_source_materials/20_work_outputs/30_templates/40_reviews/90_archive/
- Create or propose these files:
-
Choose the right templates.
- For whitepaper projects, read
references/business-project-patterns.md. - For consulting or FDE-like projects, read
references/business-project-patterns.mdandreferences/harness-principles.md. - For evaluation and review setup, read
references/evaluation-gates.md. - For market positioning or open-source explanation, read
references/market-landscape.md.
- For whitepaper projects, read
-
Write the master prompt.
- Make the prompt tell AI who it is, what files to read first, what to produce, what not to assume, and how to update the evidence and decision logs.
- Include a "stop and ask" rule when source materials are missing or facts are uncertain.
-
Add stage gates.
- Use gates rather than vague progress:
- G0 Intake complete
- G1 Context mapped
- G2 Evidence base usable
- G3 First synthesis produced
- G4 Review feedback resolved
- G5 Handoff-ready
- G6 Iteration archived
- Use gates rather than vague progress:
-
Add review rules.
- Every major output must have an acceptance checklist.
- Every conclusion must cite evidence or be labeled as an assumption.
- Every unresolved question must be placed in
04_EVIDENCE_LOG.mdor07_TASK_BOARD.md.
-
Package for handoff.
- Explain how a new person should import the folder into an AI tool.
- Include a copyable first message from
01_MASTER_PROMPT.md. - Include "what good looks like" in
08_REVIEW_LOOP.md.
Output Standard
When producing a harness, return:
- Folder path or package path.
- What was created.
- How the user should start.
- Any missing inputs or risks.
- Suggested next iteration.
Keep language practical. Prefer concrete templates and checklists over abstract theory.
What ships with it: 21 files
18.7 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml374 B
examples/
- README.md588 B
references/
- business-project-patterns.md1.3 KB
- evaluation-gates.md1.6 KB
- harness-principles.md1.3 KB
- market-landscape.md2.1 KB
scripts/
- create_harness_pack.pyruns1.9 KB
templates/
- 00_START_HERE.md744 B
- 01_MASTER_PROMPT.md934 B
- 02_PROJECT_BRIEF.md382 B
- 03_SOURCE_OF_TRUTH.md353 B
- 04_EVIDENCE_LOG.md326 B
- 05_DECISION_LOG.md289 B
- 06_STAGE_GATES.md782 B
- 07_TASK_BOARD.md238 B
- 08_REVIEW_LOOP.md452 B
- 09_HANDOFF_NOTE.md232 B
- .gitignore35 B
- LICENSE1.1 KB
- PUBLISH_TO_GITHUB.md1.3 KB
- README.md2.5 KB