ccpe-system/workbench/analysis
wantsong 91322368e0 Add local CCRA review runtime 2026-06-19 07:25:57 +08:00
..
review-agent-regression-2026-06-02 feat: publish CCPE lite agents and migration gates 2026-06-03 11:47:41 +08:00
HANDOFF-CCPE-SYSTEM-OPTIMIZATION-2026-06-03.md feat: publish CCPE lite agents and migration gates 2026-06-03 11:47:41 +08:00
README.md first commit 2026-06-01 06:50:28 +08:00
article-outline-development-runtime-creation-brief.md Add remaining CCPE workflow assets 2026-06-15 13:26:47 +08:00
ccpe-system-core-repair-plan.md first commit 2026-06-01 06:50:28 +08:00
ccra-local-reviewer-creation-brief.md Add local CCRA review runtime 2026-06-19 07:25:57 +08:00
ccra-local-reviewer-runtime-patch1-implementation-report.md Add local CCRA review runtime 2026-06-19 07:25:57 +08:00
ccra-local-reviewer-runtime-patch2-implementation-report.md Add local CCRA review runtime 2026-06-19 07:25:57 +08:00
ccra-local-reviewer-work-plan.md Add local CCRA review runtime 2026-06-19 07:25:57 +08:00
cognitive-imaging-specialist-classification-report.md first commit 2026-06-01 06:50:28 +08:00
cognitive-imaging-specialist-proposed-files.md first commit 2026-06-01 06:50:28 +08:00
cognitive-imaging-specialist-quality-report.md first commit 2026-06-01 06:50:28 +08:00
cognitive-imaging-specialist-refactor-plan.md first commit 2026-06-01 06:50:28 +08:00
deep-creation-automation-boundary.protocol.md Refine CCPE boundaries and supplier governance 2026-06-15 13:17:28 +08:00
giant-cognition-original-source-judgment-report.md feat: publish CCPE lite agents and migration gates 2026-06-03 11:47:41 +08:00
han-yu-original-source-judgment-report.md 完成韩愈重构 2026-06-03 14:26:00 +08:00
knowledge-vault-viewpoint-runtime-handoff.md Add remaining CCPE workflow assets 2026-06-15 13:26:47 +08:00
viewpoint-discussion-distillation-creation-brief.md Add remaining CCPE workflow assets 2026-06-15 13:26:47 +08:00
viewpoint-gestalt-first-runtime-refactor-plan.md Add remaining CCPE workflow assets 2026-06-15 13:26:47 +08:00
viewpoint-runtime-agent-refactor-handoff-2026-06-07.md Add remaining CCPE workflow assets 2026-06-15 13:26:47 +08:00
zhang-liao-original-source-judgment-report.md feat: publish CCPE lite agents and migration gates 2026-06-03 11:47:41 +08:00

README.md

Workbench Analysis

1. Purpose

This directory stores intermediate analysis produced by CCPE Forge.

Files here are not final artifacts.

They may include:

Classification reports
Audit reports
Quality reports
Refactor plans
Model mining reports
Extraction notes
Comparison reports
Upgrade plans
Creation briefs
Human decision logs

2. Typical Use

Use this directory when CCPE Forge has analyzed a raw artifact but has not yet produced final upgraded outputs.

Examples:

workbench/analysis/cognitive-imaging-specialist-audit-report.md
workbench/analysis/zhangliao-red-team-refactor-plan.md
workbench/analysis/cognitive-prism-model-mining-report.md
workbench/analysis/review-committee-creation-brief.md

3.1 Classification Report

Use for identifying artifact type.

Suggested filename:

{name}-classification-report.md

3.2 Audit Report

Use for detailed diagnosis.

Suggested filename:

{name}-audit-report.md

3.3 Refactor Plan

Use before rewriting or splitting artifacts.

Suggested filename:

{name}-refactor-plan.md

3.4 Model Mining Report

Use when extracting models from articles or agent appendices.

Suggested filename:

{name}-model-mining-report.md

3.5 Creation Brief

Use before creating a new Agent, Skill, Runtime, or Model Card.

Suggested filename:

{name}-creation-brief.md

4. Analysis File Metadata

Recommended front matter:

---
artifact_type:
source_path:
created:
status: analysis
mode:
review_status:
next_action:
---

Possible mode values:

creator
auditor
refactor
model-mining
classification

Possible review_status values:

needs-user-review
reviewed
accepted
rejected
superseded

5. Human Decision Logs

When analysis requires user decision, record it here.

Suggested structure:

# Human Decision Log: {Artifact Name}

## Decision 1

### Question

### Options

### User Decision

### Date

### Impact

6. Analysis to Upgrade Flow

Typical flow:

workbench/raw/{source}.md
→ workbench/analysis/{source}-audit-report.md
→ workbench/analysis/{source}-refactor-plan.md
→ workbench/upgraded/{source}-upgraded.md
→ canonical directory

7. Rules

Do not treat analysis files as canonical artifacts.

Do not update Model Index from analysis alone unless the user confirms the extracted model status.

Do not overwrite analysis reports unless they are clearly superseded.

Prefer creating new versions when decisions change.

8. Versioning

For iterative analysis, use:

{name}-audit-report-v1.md
{name}-audit-report-v2.md
{name}-refactor-plan-v1.md
{name}-refactor-plan-v2.md

Or keep one current file and maintain a change log inside it.

9. Final Rule

This directory is the thinking bench.

It stores diagnosis, planning, and review before anything becomes canonical.