mindforge-cc 5.10.0 → 6.1.0-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/.agent/mindforge/health.md +6 -0
  2. package/.agent/mindforge/help.md +6 -0
  3. package/.agent/mindforge/security-scan.md +6 -1
  4. package/.agent/mindforge/status.md +10 -5
  5. package/.claude/CLAUDE.md +14 -12
  6. package/.mindforge/engine/integrity.json +12 -0
  7. package/.mindforge/governance/policies/sovereign-default.json +16 -0
  8. package/.mindforge/org/skills/MANIFEST.md +10 -34
  9. package/.planning/RISK-AUDIT.jsonl +48 -0
  10. package/CHANGELOG.md +126 -19
  11. package/MINDFORGE.md +8 -5
  12. package/README.md +22 -3
  13. package/RELEASENOTES.md +19 -1
  14. package/bin/autonomous/auto-runner.js +14 -0
  15. package/bin/autonomous/intent-harvester.js +80 -0
  16. package/bin/autonomous/mesh-self-healer.js +67 -0
  17. package/bin/engine/logic-drift-detector.js +97 -0
  18. package/bin/engine/nexus-tracer.js +24 -4
  19. package/bin/engine/remediation-engine.js +72 -0
  20. package/bin/governance/impact-analyzer.js +75 -15
  21. package/bin/governance/policy-engine.js +120 -45
  22. package/bin/governance/quantum-crypto.js +90 -0
  23. package/bin/governance/ztai-manager.js +37 -1
  24. package/bin/installer-core.js +38 -7
  25. package/bin/mindforge-cli.js +30 -0
  26. package/bin/revops/market-evaluator.js +79 -0
  27. package/bin/revops/roi-engine.js +5 -0
  28. package/bin/revops/router-steering-v2.js +73 -0
  29. package/bin/wizard/theme.js +5 -1
  30. package/docs/CAPABILITIES-MANIFEST.md +64 -0
  31. package/docs/INTELLIGENCE-MESH.md +20 -32
  32. package/docs/MIND-FORGE-REFERENCE-V6.md +96 -0
  33. package/docs/architecture/README.md +4 -4
  34. package/docs/architecture/V5-ENTERPRISE.md +26 -12
  35. package/docs/architecture/V6-SOVEREIGN.md +43 -0
  36. package/docs/commands-reference.md +1 -1
  37. package/docs/feature-dashboard.md +9 -3
  38. package/docs/governance-guide.md +78 -48
  39. package/docs/registry/AGENTS.md +37 -0
  40. package/docs/registry/COMMANDS.md +87 -0
  41. package/docs/registry/HOOKS.md +38 -0
  42. package/docs/registry/PERSONAS.md +64 -0
  43. package/docs/registry/README.md +27 -0
  44. package/docs/registry/SKILLS.md +142 -0
  45. package/docs/registry/WORKFLOWS.md +72 -0
  46. package/docs/user-guide.md +36 -6
  47. package/docs/usp-features.md +63 -295
  48. package/package.json +2 -2
@@ -0,0 +1,87 @@
1
+ # MindForge — Command Registry (v6.2.0-alpha)
2
+
3
+ This registry catalogs every strategic, operational, and governance command available in the MindForge ecosystem.
4
+
5
+ ## 🛡️ Strategic & Governance Commands
6
+
7
+ | Command | Description | Invocation | Outcome Goal |
8
+ | :--- | :--- | :--- | :--- |
9
+ | `/mindforge:status` | Real-time project and Sovereign health. | `/mindforge:status` | Verified engine manifestation. |
10
+ | `/mindforge:security-scan` | OWASP Top 10 + Sovereign Integrity check. | `/mindforge:security-scan` | Hardened codebase. |
11
+ | `/mindforge:health` | 7-pillar diagnostic of framework integrity. | `/mindforge:health` | 100% module health report. |
12
+ | `/mindforge:approve` | ZK-signed proof for Tier 3 gates. | `/mindforge:approve` | Unlocked high-risk commits. |
13
+ | `/mindforge:audit` | Query historical reasoning and compliance. | `/mindforge:audit` | Traceability and audit trail. |
14
+ | `/mindforge:tokens` | Real-time ROI and cost efficiency analysis. | `/mindforge:tokens` | Balanced resource consumption. |
15
+ | `/mindforge:quantum-verify` | Lattice-based framework integrity check. | `/mindforge:quantum-verify` | Cryptographically proven state. |
16
+ | `/mindforge:metrics` | Real-time velocity and quality aggregation. | `/mindforge:metrics` | Performance trends and KPIs. |
17
+ | `/mindforge:classify` | Governance tier assignment for changes. | `/mindforge:classify` | Risk-aware gate enforcement. |
18
+
19
+ ## 📐 Project & Lifecycle Management
20
+
21
+ | Command | Description | Invocation | Outcome Goal |
22
+ | :--- | :--- | :--- | :--- |
23
+ | `/mindforge:init-project` | Initialize a new project with the framework. | `/mindforge:init-project` | "Beast Mode" workspace. |
24
+ | `/mindforge:init-org` | Set up organization-level policy standards. | `/mindforge:init-org` | Standardized enterprise config. |
25
+ | `/mindforge:new-project` | Structured project initialization wizard. | `/mindforge:new-project` | Validated project baseline. |
26
+ | `/mindforge:milestone` | Define and track high-level milestones. | `/mindforge:milestone` | Recorded project roadmap. |
27
+ | `/mindforge:discuss-phase` | Adaptive requirement gathering and discovery. | `/mindforge:discuss-phase` | Approved PLAN.md. |
28
+ | `/mindforge:plan-phase` | High-fidelity execution plan generation. | `/mindforge:plan-phase` | Atomic task blueprint. |
29
+ | `/mindforge:architecture` | Domain modeling and system design orchestration. | `/mindforge:architecture` | UI-SPEC and ARCHITECTURE docs. |
30
+ | `/mindforge:next` | Auto-detect and route the next logical action. | `/mindforge:next` | Zero-friction dev workflow. |
31
+ | `/mindforge:retro` | Performance-driven milestone retrospective. | `/mindforge:retro` | Identified growth areas. |
32
+ | `/mindforge:complete-milestone` | Milestone archival and next cycle preparation. | `/mindforge:complete-milestone` | Clean project state for next. |
33
+
34
+ ## 🚀 Execution & Implementation
35
+
36
+ | Command | Description | Invocation | Outcome Goal |
37
+ | :--- | :--- | :--- | :--- |
38
+ | `/mindforge:execute-phase` | Wave-based parallel implementation. | `/mindforge:execute-phase` | Completed feature phase. |
39
+ | **mindforge:auto** | Autonomous execution mode (Wave mode). | `/mindforge:auto` | Unattended bulk task completion. |
40
+ | `/mindforge:do` | NLP intent ingestion and dispatching. | `/mindforge:do "[intent]"` | Smart task routing. |
41
+ | `/mindforge:steer` | Mid-execution instruction for active swarms. | `/mindforge:steer "[guide]"` | Remediated autonomous engine. |
42
+ | `/mindforge:headless` | Daemonize MindForge for background operation. | `/mindforge:headless` | Continuous framework uptime. |
43
+ | `/mindforge:quick` | Atomic task execution with validation. | `/mindforge:quick` | Fast, safe bugfixes and tweaks. |
44
+ | `/mindforge:tdd` | Strict Red-Green-Refactor development logic. | `/mindforge:tdd` | 100% tested implementation. |
45
+ | `/mindforge:swarm-execution` | Multi-agent parallel swarm orchestration. | `/mindforge:swarm-execution` | High-velocity implementation. |
46
+ | `/mindforge:debug` | RCA investigation and systematic repair. | `/mindforge:debug` | Resolved root-cause defects. |
47
+ | `/mindforge:workstreams` | Parallel feature track isolation and management. | `/mindforge:workstreams` | Isolated, concurrent development. |
48
+
49
+ ## ✅ Verification & Quality
50
+
51
+ | Command | Description | Invocation | Outcome Goal |
52
+ | :--- | :--- | :--- | :--- |
53
+ | `/mindforge:verify-work` | UAT + Browser testing + Evidence capture. | `/mindforge:verify-work` | Visual proof of functionality. |
54
+ | `/mindforge:validate-phase` | Pillar gap analysis and requirement closure. | `/mindforge:validate-phase` | Quality-certified phase. |
55
+ | `/mindforge:pr-review` | AI-driven pull request review engine. | `/mindforge:pr-review` | Approved code and PR summary. |
56
+ | `/mindforge:ui-review` | Visual audit against DESIGN_SYSTEM.md. | `/mindforge:ui-review` | 10/10 aesthetic compliance. |
57
+ | `/mindforge:benchmark` | Measure skill and agent effectiveness. | `/mindforge:benchmark` | ROI and quality scores. |
58
+ | `/mindforge:test-memory` | Persistent memory suite validation check. | `/mindforge:test-memory` | Knowledge graph integrity. |
59
+
60
+ ## 🧠 Knowledge & AI Intelligence
61
+
62
+ | Command | Description | Invocation | Outcome Goal |
63
+ | :--- | :--- | :--- | :--- |
64
+ | `/mindforge:learn` | Convert raw knowledge into a SKILL.md. | `/mindforge:learn` | New framework capability. |
65
+ | `/mindforge:remember` | Management of the semantic knowledge graph. | `/mindforge:remember` | Evolving framework intelligence. |
66
+ | `/mindforge:memory` | Real-time interaction with framework memory. | `/mindforge:memory` | Semantic context retrieval. |
67
+ | `/mindforge:research` | Deep research across the 1M token window. | `/mindforge:research` | Comprehensive context reports. |
68
+ | `/mindforge:hindsight` | Inject fixes into past state points. | `/mindforge:hindsight` | Repaired state history. |
69
+ | `/mindforge:harvest` | Proactive semantic intent harvesting. | `/mindforge:harvest` | Automated task claiming. |
70
+ | `/mindforge:self-heal` | Autonomous reasoning drift remediation. | `/mindforge:self-heal` | Stabilized swarm logic. |
71
+ | `/mindforge:temporal` | State history and time-travel debugging. | `/mindforge:temporal` | Advanced state traceability. |
72
+
73
+ ## 📦 Skill & Asset Management
74
+
75
+ | Command | Description | Invocation | Outcome Goal |
76
+ | :--- | :--- | :--- | :--- |
77
+ | `/mindforge:install-skill` | Install a skill to the designated Tier. | `/mindforge:install-skill` | Deployed capability. |
78
+ | `/mindforge:register-skill` | Register skill in the framework Manifest. | `/mindforge:register-skill` | Discoverable skill asset. |
79
+ | `/mindforge:audit-skill` | Record lifecycle events in the audit log. | `/mindforge:audit-skill` | Compliance and history. |
80
+ | `/mindforge:validate-skill` | High-fidelity skill testing and linting. | `/mindforge:validate-skill` | Certified skill performance. |
81
+ | `/mindforge:marketplace` | Discover and install community skills. | `/mindforge:marketplace` | Ecosystem expansion. |
82
+ | `/mindforge:spawn` | Direct invocation of a persona essence. | `/mindforge:spawn [persona]` | Cognitive support on demand. |
83
+ | `/mindforge:identity` | Invoke specialized identity from /agents/. | `/mindforge:identity` | Specialized interaction persona. |
84
+ | `/mindforge:plugins` | Manage and audit framework logic plugins. | `/mindforge:plugins` | Customizable framework engine. |
85
+
86
+ ---
87
+ *For more details, see the [MIND-FORGE-REFERENCE-V6.md](../MIND-FORGE-REFERENCE-V6.md).*
@@ -0,0 +1,38 @@
1
+ # MindForge — Hook Registry (v6.2.0-alpha)
2
+
3
+ This registry catalogs the automation and security lifecycle hooks available in the MindForge environment.
4
+
5
+ ## 🛡️ Framework Governance Hooks
6
+
7
+ | Hook | Trigger Event | Primary Security Protocol |
8
+ | :--- | :--- | :--- |
9
+ | **mindforge-session-init_extended** | `Session Start` | "Enterprise-grade context restoration, workspace mounting, and security baseline verification." |
10
+ | **mindforge-workflow-guard** | `Command Invocation` | "Enforcement of phase-based logic, mandatory plan approval, and verification gating." |
11
+ | **mindforge-prompt-guard** | `Token Input` | "Persona integrity enforcement, safety filtering, and prompt injection prevention." |
12
+
13
+ ## 📊 Operational Visibility & Health
14
+
15
+ | Hook | Trigger Event | Primary Security Protocol |
16
+ | :--- | :--- | :--- |
17
+ | **mindforge-statusline** | `Terminal Init / Loop` | "Real-time productivity indicators, token counts, and phase status rendering." |
18
+ | **mindforge-check-update** | `Startup / Interval` | "Automatic framework update detection, changelog retrieval, and version sync." |
19
+ | **mindforge-context-monitor** | `Context Shift` | "Dynamic token optimization, context window management, and memory prioritizing." |
20
+
21
+ ## 🔗 Version Control & Git Hooks
22
+
23
+ | Hook | Trigger Event | Primary Security Protocol |
24
+ | :--- | :--- | :--- |
25
+ | **pre-commit-security** | `git commit` | "Run a `--secrets` scan on staged files before commit." |
26
+ | **post-merge-status** | `git merge` | "Re-verify Sovereign framework integrity after code updates." |
27
+ | **pre-push-validation** | `git push` | "Validate that all active plans have an 'Approved' status." |
28
+
29
+ ## 🧠 Reasoning & Memory Hooks
30
+
31
+ | Hook | Trigger Event | Primary Security Protocol |
32
+ | :--- | :--- | :--- |
33
+ | **nexus-tracer-init** | `Async Start` | "Inject the ZTAI signing protocol into every reasoning cycle." |
34
+ | **memory-load-check** | `Session Start` | "Verify the knowledge graph's semantic integrity." |
35
+ | **intent-harvest-trigger** | `Idle Threshold` | "Activate the Sovereign Homing engine for idle task-claiming." |
36
+
37
+ ---
38
+ *For more details, see the [MIND-FORGE-REFERENCE-V6.md](../MIND-FORGE-REFERENCE-V6.md).*
@@ -0,0 +1,64 @@
1
+ # MindForge — Persona Registry (v6.2.0-alpha)
2
+
3
+ This registry catalogs the specialized agent essences available for direct interaction and autonomous reasoning.
4
+
5
+ ## 🧠 Strategic Reason Enclaves
6
+
7
+ | Persona | Identifier | Cognitive Focus | Primary Directive |
8
+ | :--- | :--- | :--- | :--- |
9
+ | **mf-planner** | Strategic Planner | Minimalism & Scalability | "Design systems with 10/10 fidelity and 1/1 complexity." |
10
+ | **architect** | Senior Architect | Core System Design | "Build robust, secure, and maintainable foundations." |
11
+ | **roadmapper** | Milestone Specialist | Timeline & Dependencies | "Convert requirements into executable milestones." |
12
+ | **analyst** | Requirements Lead | Scoping & Specs | "Translate ambiguous intent into precise, testable specifications." |
13
+ | **decision-architect** | Governance Lead | Implementation Verdicts | "Synthesize research and audits into actionable roadmap adjustments." |
14
+ | **advisor-researcher** | Trade-off Consultant | Comparative Rationale | "Research single decision points and provide structured comparisons." |
15
+
16
+ ## 🚀 Implementation Pilots
17
+
18
+ | Persona | Identifier | Cognitive Focus | Primary Directive |
19
+ | :--- | :--- | :--- | :--- |
20
+ | **mf-executor** | Lead Developer | "Beast Mode" Logic & UI | "Ship premium-grade code with 100% test coverage." |
21
+ | **developer** | Code Smith | Clean Code & Patterns | "Implement features according to the approved plan." |
22
+ | **executor** | Pilot Developer | Atomic Multi-Plan | "Executes implementation plans with high fidelity and atomic commits." |
23
+ | **tech-writer** | Documentation Lead | Clarity & Accuracy | "Transform engineering complexity into readable documentation." |
24
+ | **mf-tool** | System Operator | Terminal & File Ops | "Execute complex system transformations safely." |
25
+
26
+ ## 🛡️ Quality & Security Auditors
27
+
28
+ | Persona | Identifier | Cognitive Focus | Primary Directive |
29
+ | :--- | :--- | :--- | :--- |
30
+ | **mf-reviewer** | Quality Lead | Correctness & Performance | "Find the bugs and antipatterns before they ship." |
31
+ | **security-reviewer** | Threat Hunter | PQAS & OWASP | "Harden the framework against all agentic threats." |
32
+ | **nyquist-auditor** | Requirement Auditor | Gaps & Edge Cases | "Ensure every requirement has a verification plan." |
33
+ | **verifier** | UAT Specialist | Evidence & Validation | "Prove the feature works with visual evidence." |
34
+ | **qa-engineer** | QA Specialist | Adversarial Testing | "Think adversarially to find failure modes and logic gaps." |
35
+ | **ui-auditor** | Visual Specialist | Aesthetic Excellence | "Ensure 10/10 aesthetics and fluid animations." |
36
+ | **ui-checker** | Design Validator | UI-SPEC Compliance | "Verify visual implementation against recorded design contracts." |
37
+ | **integration-checker** | System Integrator | Cross-Component Flow | "Ensure disparate services work as a unified system." |
38
+ | **coverage-specialist** | Testing Analyst | Coverage Gap Index | "Identify untested code paths and logic branches." |
39
+
40
+ ## 🔍 Research & Intelligence Agents
41
+
42
+ | Persona | Identifier | Cognitive Focus | Primary Directive |
43
+ | :--- | :--- | :--- | :--- |
44
+ | **mf-researcher** | Knowledge Lead | Context & Discovery | "Surface the unknown-unknowns before implementation." |
45
+ | **project-researcher** | Principal Researcher | Ecosystem & Feasibility | "Investigate technical constraints before project or milestone creation." |
46
+ | **research-agent** | Deep-Dive Specialist | Recursive Investigation | "Gather data points from the web and codebase recursively." |
47
+ | **research-synthesizer** | Wisdom Aggregator | Summary Generation | "Synthesize research outputs from multiple agents into a SUMMARY.md." |
48
+ | **phase-researcher** | Tactical Researcher | Implementation Logic | "Analyze approaches and best practices for the current phase." |
49
+ | **ui-researcher** | Design Consultant | Visual Trend Analysis | "Research modern UI patterns and aesthetic benchmarks." |
50
+
51
+ ## 🧠 Specialized Diagnostics & Memory
52
+
53
+ | Persona | Identifier | Cognitive Focus | Primary Directive |
54
+ | :--- | :--- | :--- | :--- |
55
+ | **mf-memory** | Semantic Clerk | Persistent Context | "Manage long-term memory and knowledge graph synchronization." |
56
+ | **debug-specialist** | RCA Expert | Root Cause Analysis | "Debug systematically with persistent state tracking." |
57
+ | **debugger** | Logic Specialist | Hypothesis Testing | "Solve failures through scientific hypothesis testing." |
58
+ | **user-profiler** | Behavioral Analyst | Dev Experience | "Adapt the framework to the unique needs of the developer." |
59
+ | **assumptions-analyzer** | Logic Auditor | Pre-Planning Verification | "Surface approach assumptions before committing to a plan." |
60
+ | **codebase-mapper** | Ecosystem Explorer | Semantic Indexing | "Generate structured documentation for any repository." |
61
+ | **release-manager** | Pipeline Lead | SemVer & Ship Control | "Ensure every release is traceable and reversible." |
62
+
63
+ ---
64
+ *For more details, see the [MIND-FORGE-REFERENCE-V6.md](../MIND-FORGE-REFERENCE-V6.md).*
@@ -0,0 +1,27 @@
1
+ # MindForge — Documentation Registry Hub (v6.2.0-alpha)
2
+
3
+ Welcome to the central high-fidelity registry for the MindForge framework. This hub provides 100% transparency into the specialized assets, cognitive patterns, and automated guards that power the environment.
4
+
5
+ ## 🗂️ Framework Registries
6
+
7
+ | Registry | Content Scope | Primary Purpose |
8
+ | :--- | :--- | :--- |
9
+ | **[COMMANDS.md](./COMMANDS.md)** | 64+ Core Operations | Direct terminal interaction reference. |
10
+ | **[SKILLS.md](./SKILLS.md)** | 70+ Atomic Skills | Distributed capability and tool mappings. |
11
+ | **[PERSONAS.md](./PERSONAS.md)** | 35+ Cognitive Egos | Specialized agent reasoning configurations. |
12
+ | **[WORKFLOWS.md](./WORKFLOWS.md)** | 100+ Automations | High-fidelity lifecycle and task flows. |
13
+ | **[HOOKS.md](./HOOKS.md)** | 10+ Framework Guards | Security, visibility, and automation triggers. |
14
+ | **[AGENTS.md](./AGENTS.md)** | 20+ Digital Identities | Invocable personas and internal swarms. |
15
+
16
+ ## 🚀 "Beast Mode" Ready
17
+
18
+ These registries are synchronized automatically during every `mindforge init` or `update` cycle. They ensure that every framework capability is discoverable, verifiable, and enforceable by both human developers and AI agents.
19
+
20
+ ## 🔍 How to Use This Hub
21
+
22
+ 1. **Search**: Use `Ctrl+F` across any registry to find specific functional keywords.
23
+ 2. **Invoke**: Use the "Trigger Commands" in [WORKFLOWS.md](./WORKFLOWS.md) for automated task orchestration.
24
+ 3. **Audit**: Cross-reference [HOOKS.md](./HOOKS.md) to understand the security guards active in your session.
25
+
26
+ ---
27
+ *MindForge v6.2.0-alpha — Absolute Sovereignty. Absolute Performance. Absolute Transparency.*
@@ -0,0 +1,142 @@
1
+ # MindForge — Skill Registry (v6.2.0-alpha)
2
+
3
+ This registry catalogs the high-fidelity SkillStacks available to the MindForge Intelligence Mesh.
4
+
5
+ ## 🧠 Technical Architecture & Engineering
6
+
7
+ | Skill | Primary Domain | Primary Capability |
8
+ | :--- | :--- | :--- |
9
+ | **agency-senior-developer** | Implementation | "Beast Mode" styling and robust logic. |
10
+ | **agency-software-architect** | System Design | Architectural pattern selection and complexity control. |
11
+ | **agency-backend-architect** | Core Logic | Database schema design and high-performance API logic. |
12
+ | **agency-frontend-developer** | Web Interface | Fluid components and interactive design systems. |
13
+ | **agency-mobile-app-builder** | Native Apps | Multi-platform mobile development (iOS/Android). |
14
+
15
+ ## 🛡️ Security & Compliance
16
+
17
+ | Skill | Primary Domain | Primary Capability |
18
+ | :--- | :--- | :--- |
19
+ | **agency-security-engineer** | Hardening | Threat detection and post-quantum security modeling. |
20
+ | **agency-blockchain-security** | Smart Contracts | Vulnerability detection and formal verification. |
21
+ | **agency-compliance-auditor** | Regulation | SOC 2 / ISO 27001 readiness and evidence gathering. |
22
+ | **agency-legal-compliance** | Legal | Jurisdiction-aware data handling and licensing review. |
23
+
24
+ ## 🤖 AI & Data Intelligence
25
+
26
+ | Skill | Primary Domain | Primary Capability |
27
+ | :--- | :--- | :--- |
28
+ | **agency-ai-engineer** | ML Integration | Agentic steering and model optimization. |
29
+ | **agency-data-engineer** | Pipelines | Scalable ETL/ELT and lakehouse architecture. |
30
+ | **agency-database-optimizer** | Performance | Query optimization and indexing strategies. |
31
+ | **agency-analytics-reporter** | Insights | Data-driven storytelling and KPI dashboards. |
32
+
33
+ ## 🎨 Design & Experience
34
+
35
+ | Skill | Primary Domain | Primary Capability |
36
+ | :--- | :--- | :--- |
37
+ | **agency-ui-designer** | Visual Identity | Pixel-perfect components and consistent branding. |
38
+ | **agency-ux-architect** | Human Interface | Fluid animations and intuitive user flows. |
39
+ | **agency-whimsy-injector** | Personality | Interactive delight and playful brand experiences. |
40
+
41
+ ## 🛠️ MindForge Atomic Skills (Exhaustive)
42
+
43
+ These atomic skills are the underlying mechanics of the framework, providing specialized capabilities across the entire project lifecycle.
44
+
45
+ ### 🔄 Core & Lifecycle Management
46
+
47
+ | Skill | Description |
48
+ | :--- | :--- |
49
+ | `mindforge-next` | Automatically advance to the next logical step in the workflow. |
50
+ | `mindforge-progress` | Check project progress, show context, and route to next action. |
51
+ | `mindforge-status` | Display a rich dashboard of active project state and readiness. |
52
+ | `mindforge-help` | Show available commands and comprehensive usage guides. |
53
+ | `mindforge-update` | Update MindForge to the latest version with changelog analysis. |
54
+ | `mindforge-settings` | Configure framework toggles, security gates, and model profiles. |
55
+ | `mindforge-session-report` | Generate post-session summaries and resource consumption analysis. |
56
+ | `mindforge-stats` | Display metrics, git velocity, and project timelines. |
57
+
58
+ ### ♟️ Strategic Planning & Research
59
+
60
+ | Skill | Description |
61
+ | :--- | :--- |
62
+ | `mindforge-brainstorming` | Must use before creative work to explore requirements and design. |
63
+ | `mindforge-research-phase` | Deep research for technical implementation strategies. |
64
+ | `mindforge-map-codebase` | Parallel codebase mapping and semantic index creation. |
65
+ | `mindforge-milestone-summary` | Comprehensive project onboarding and overview generation. |
66
+ | `mindforge-discuss-phase` | Context gathering via adaptive stakeholder questioning. |
67
+ | `mindforge-plan-phase` | Create detailed documentation (PLAN.md) with verification loops. |
68
+ | `mindforge-plan-phase_extended` | Multi-step planning from specs and complex requirements. |
69
+ | `mindforge-plan-milestone-gaps` | Close roadmap gaps identified during milestone audits. |
70
+ | `mindforge-list-phase-assumptions` | Surface approach assumptions before committing to a plan. |
71
+
72
+ ### 🚀 Implementation & Execution
73
+
74
+ | Skill | Description |
75
+ | :--- | :--- |
76
+ | `mindforge-execute-phase` | High-velocity implementation with wave-based parallelization. |
77
+ | `mindforge-execute-phase_extended` | Multi-session implementation with state-preservation checkpoints. |
78
+ | `mindforge-swarm-execution` | Execute independent tasks simultaneously within a session. |
79
+ | `mindforge-tdd` | Strict Red-Green-Refactor test-driven development. |
80
+ | `mindforge-tdd_extended` | Advanced TDD for complex features and obscure bugfixes. |
81
+ | `mindforge-fast` | Trivial task execution with zero framework overhead. |
82
+ | `mindforge-do` | Smart natural language dispatcher for automated routing. |
83
+ | `mindforge-manager` | Interactive command center for multi-phase orchestration. |
84
+ | `mindforge-ui-phase` | Generate a high-fidelity UI Design Contract (UI-SPEC.md). |
85
+
86
+ ### ✅ Quality, Verification & Ship
87
+
88
+ | Skill | Description |
89
+ | :--- | :--- |
90
+ | `mindforge-verify-work` | Validate built features through conversational UAT. |
91
+ | `mindforge-verify-work_extended` | Evidence-first verification (proof before assertions). |
92
+ | `mindforge-ui-review` | Retroactive 6-pillar visual and accessibility audit. |
93
+ | `mindforge-debug` | Systematic debugging with persistent session state. |
94
+ | `mindforge-debug_extended` | Deep root-cause analysis (RCA) for complex failures. |
95
+ | `mindforge-validate-phase` | Fill Nyquist validation gaps for completed work. |
96
+ | `mindforge-audit-milestone` | Verify completion against original strategic intent. |
97
+ | `mindforge-audit-uat` | Cross-phase audit of all outstanding verification items. |
98
+ | `mindforge-review-request` | Verify requirements compliance before branch merge. |
99
+ | `mindforge-review-inbound` | Technical audit of received code review feedback. |
100
+ | `mindforge-pr-branch` | Create clean PR branches (filtering internal framework noise). |
101
+ | `mindforge-ship` | Full release pipeline (PR, review, and merge). |
102
+ | `mindforge-ship_extended` | Integration decision engine for completed implementation. |
103
+
104
+ ### 🛠️ Environment & Workspace
105
+
106
+ | Skill | Description |
107
+ | :--- | :--- |
108
+ | `mindforge-new-project` | Deep-research project initialization and setup. |
109
+ | `mindforge-new-milestone` | Initialize new milestone cycles and update PROJECT.md. |
110
+ | `mindforge-new-workspace` | Create isolated repositories with independent planning state. |
111
+ | `mindforge-workspace-isolated` | Git worktree creation for clean feature isolation. |
112
+ | `mindforge-list-workspaces` | Display all active MindForge workspaces and their health. |
113
+ | `mindforge-remove-workspace` | Safe cleanup of workspaces and associated worktrees. |
114
+ | `mindforge-resume-work` | Full context restoration from previous session state. |
115
+ | `mindforge-pause-work` | Mid-phase handoff creation for session suspension. |
116
+ | `mindforge-cleanup` | Archive phase directories from completed milestones. |
117
+ | `mindforge-workstreams` | Manage parallel feature tracks with isolated state. |
118
+ | `mindforge-add-backlog` | Park speculative ideas in the "Parking Lot" (999.x). |
119
+ | `mindforge-review-backlog` | Promote backlog items to the active milestone roadmap. |
120
+ | `mindforge-add-phase` | Append new phases to the current milestone. |
121
+ | `mindforge-insert-phase` | Insert urgent decimal phases (e.g. 72.1) dynamically. |
122
+ | `mindforge-remove-phase` | Remove future phases and automatically renumber roadmap. |
123
+ | `mindforge-add-todo` | Capture real-time tasks from the conversation context. |
124
+ | `mindforge-note` | Zero-friction idea capture and observation log. |
125
+ | `mindforge-plant-seed` | Forward-looking idea capture with trigger conditions. |
126
+
127
+ ### 🧠 Intelligence & Memory
128
+
129
+ | Skill | Description |
130
+ | :--- | :--- |
131
+ | `mindforge-neural-orchestrator` | Automated skill discovery and tool invocation protocol. |
132
+ | `mindforge-thread` | Persistent cross-session context and thread management. |
133
+ | `mindforge-memory` | Semantic clerk for long-term knowledge graph access. |
134
+ | `mindforge-skill-creation` | Learn, validate, and commit new framework capabilities. |
135
+ | `mindforge-forensics` | Post-mortem analysis of failed workflows and state. |
136
+ | `mindforge-system-architecture` | Multi-service design and scaling decision support. |
137
+ | `mindforge-profile-user` | Generate and maintain developer behavioral profiles. |
138
+ | `mindforge-reapply-patches` | Restore local modifications after framework updates. |
139
+ | `mindforge-join-discord` | Direct community integration and support access. |
140
+
141
+ ---
142
+ *For more details, see the [MIND-FORGE-REFERENCE-V6.md](../MIND-FORGE-REFERENCE-V6.md).*
@@ -0,0 +1,72 @@
1
+ # MindForge — Workflow Registry (v6.2.0-alpha)
2
+
3
+ This registry catalogs the automated interaction flows available in the MindForge environment.
4
+
5
+ ## 🧱 Initialization & Setup
6
+
7
+ | Workflow | Trigger Command | Logic Summary | Outcome Goal |
8
+ | :--- | :--- | :--- | :--- |
9
+ | **mindforge:init-project** | `/mindforge:init-project` | "Context extraction -> Framework initialization -> Baseline." | New MindForge project. |
10
+ | **mindforge:init-org** | `/mindforge:init-org` | "Organization-level standards -> Shared-configs -> Policies." | Standardized enterprise org. |
11
+ | **mindforge:new-runtime** | `/mindforge:new-runtime` | "Environment detection -> SDK scaffolding -> Test-loop." | Support for new target AI coding runtime. |
12
+ | **forge:init-project** | `/forge:init-project` | "FORGE-framework initialization -> Local deployment." | FORGE-ready workspace. |
13
+
14
+ ## 🧠 Strategic Planning & Discovery
15
+
16
+ | Workflow | Trigger Command | Logic Summary | Outcome Goal |
17
+ | :--- | :--- | :--- | :--- |
18
+ | **mindforge:brainstorming** | `/mindforge:brainstorming` | "Intent exploration -> Requirement discovery -> Spec-generation." | Approved requirements. |
19
+ | **mindforge:milestone** | `/mindforge:milestone` | "Requirement clustering -> Timeline generation -> Slotting." | Recorded PROJECT.md roadmap. |
20
+ | **mindforge:architecture** | `/mindforge:architecture` | "Domain modeling -> Pattern selection -> Interface contract." | ARCHITECTURE and UI-SPEC docs. |
21
+ | **mindforge:discuss-phase** | `/mindforge:discuss-phase` | "Adaptive context gathering -> Assumption analysis -> Planning." | Approved PLAN.md. |
22
+ | **mindforge:plan-phase** | `/mindforge:plan-phase` | "Multi-phase blueprinting -> Security review -> Dependency check." | Approved implementation plan. |
23
+ | **mindforge:planner** | `/mindforge:planner` | "Invoke mf-planner -> Logic verification -> Minimization." | Strategic planning support. |
24
+ | **mindforge:researcher** | `/mindforge:researcher` | "Invoke mf-researcher -> Deep context search -> Summary." | Contextual research summaries. |
25
+
26
+ ## 🚀 Execution & Implementation
27
+
28
+ | Workflow | Trigger Command | Logic Summary | Outcome Goal |
29
+ | :--- | :--- | :--- | :--- |
30
+ | **mindforge:execute-phase** | `/mindforge:execute-phase` | "Wave processing -> Parallel execution -> Swarm implementation." | Completed feature phase. |
31
+ | **mindforge:workstreams** | `/mindforge:workstreams` | "Feature track isolation -> Git Worktree sync -> PR-ready." | Parallel feature development. |
32
+ | **mindforge:tdd** | `/mindforge:tdd` | "Test-definition -> Implementation -> Refactor-cycle." | 100% tested feature code. |
33
+ | **mindforge:executor** | `/mindforge:executor` | "Invoke mf-executor -> Logic implementation -> Atomic commits." | High-fidelity execution assistance. |
34
+ | **mindforge:do** | `/mindforge:do` | "NLP intent routing -> Dispatcher -> Command execution." | Smart, intent-based action. |
35
+ | **mindforge:auto** | `/mindforge:auto` | "Autonomous wave execution -> Self-correcting loop -> Sync." | Bulk, unattended execution. |
36
+ | **mindforge:debug** | `/mindforge:debug` | "RCA investigation -> Log analysis -> Systematic repair." | Resolution of complex defects. |
37
+ | **mindforge:quick** | `/mindforge:quick` | "Atomic task execution -> Validation -> Immediate commit." | Ultra-fast trivial changes. |
38
+ | **mindforge:steer** | `/mindforge:steer` | "Engine interception -> Mid-execution guidance -> Adaptation." | Corrected autonomous engine flow. |
39
+
40
+ ## 🛡️ Verification & Quality
41
+
42
+ | Workflow | Trigger Command | Logic Summary | Outcome Goal |
43
+ | :--- | :--- | :--- | :--- |
44
+ | **mindforge:health** | `/mindforge:health` | "Component diagnostics -> Config-audit -> Self-repair." | Balanced system health state. |
45
+ | **mindforge:validate-phase** | `/mindforge:validate-phase` | "Pillar gap analysis -> Requirement tracing -> Closure." | Validated and archived phase. |
46
+ | **mindforge:pr-review** | `/mindforge:pr-review` | "Diff analysis -> Security check -> Performance-audit." | Quality-assured code review. |
47
+ | **mindforge:security-scan** | `/mindforge:security-scan` | "Threat detection -> Hardcoding check -> OWASP auditing." | Hardened system security. |
48
+ | **mindforge:metrics** | `/mindforge:metrics` | "Quality trends -> Speed index -> Efficiency scores." | Real-time performance insights. |
49
+ | **mindforge:tokens** | `/mindforge:tokens` | "Consumption profile -> Cost analysis -> Optimization paths." | Optimized framework operation. |
50
+ | **mindforge:reviewer** | `/mindforge:reviewer` | "Invoke mf-reviewer -> Independent quality check." | High-confidence code audit. |
51
+ | **mindforge:audit** | `/mindforge:audit` | "Structured log analysis -> Integration query -> History." | Comprehensive event traceability. |
52
+
53
+ ## 📦 Release & Shipping
54
+
55
+ | Workflow | Trigger Command | Logic Summary | Outcome Goal |
56
+ | :--- | :--- | :--- | :--- |
57
+ | **mindforge:ship** | `/mindforge:ship` | "PR generation -> Documentation sync -> Release tagging." | Merged features and updated docs. |
58
+ | **mindforge:release** | `/mindforge:release` | "Framework sync -> SemVer bump -> Global distribution." | New framework version release. |
59
+ | **mindforge:complete-milestone** | `/mindforge:complete-milestone` | "Verification -> Archival -> Next-milestone setup." | Archived milestone and prep-next. |
60
+ | **publish-release** | `/publish-release` | "Build orchestration -> Registry sync -> Distribution." | Deployed version to distribution hub. |
61
+
62
+ ## 🧠 Knowledge & AI Intelligence
63
+
64
+ | Workflow | Trigger Command | Logic Summary | Outcome Goal |
65
+ | :--- | :--- | :--- | :--- |
66
+ | **mindforge:learn** | `/mindforge:learn` | "Source ingestion -> Validation -> Reusable skill creation." | New framework capability (SKILL.md). |
67
+ | **mindforge:remember** | `/mindforge:remember` | "Knowledge graph sync -> Semantic association -> Growth." | Evolving framework IQ. |
68
+ | **mindforge:memory** | `/mindforge:memory` | "Invoke mf-memory -> Persistent context retrieval." | Real-time knowledge graph interaction. |
69
+ | **mindforge:research** | `/mindforge:research` | "Deep context ingestion (Gemini) -> Logic synthesis." | Comprehensive research artifacts. |
70
+
71
+ ---
72
+ *For more details, see the [MIND-FORGE-REFERENCE-V6.md](../MIND-FORGE-REFERENCE-V6.md).*
@@ -1,4 +1,4 @@
1
- # MindForge User Guide (v5.1.0)
1
+ # MindForge User Guide (v5.10.0)
2
2
 
3
3
  This guide gets you from install to productive, with the minimum needed to run MindForge in a real project. It assumes Node.js 18+.
4
4
 
@@ -169,10 +169,18 @@ Tier 3 (Principal) agents execute reasoning in isolated enclaves to protect sens
169
169
  /mindforge:agent --tier 3 # Automatically triggers SRE
170
170
  ```
171
171
 
172
- ### Dynamic Human-Agent Handover (DHH)
173
- When autonomous confidence drops or a critical decision is reached, MindForge creates a **Nexus State Bundle** and requests human steering.
172
+ ### Dynamic Human-Agent Handover & Temporal Steering (Pillar VII)
173
+ NEXUS enables sub-second state reconstruction and **Hindsight Injection**. When an agent drifts, roll back its logic via the Dashboard's **Temporal Slider** and inject a steering vector to re-orient the wave.
174
174
  ```bash
175
- /mindforge:auto --handover 0.6 # Triggers handover at 60% confidence
175
+ /mindforge:temporal status # View active reasoning snapshots
176
+ /mindforge:temporal inject [ID] # Manual CLI-based hindsight
177
+ ```
178
+
179
+ ### Agentic Revenue Operations (AgRevOps) (Pillar VIII)
180
+ Treat compute as a financial asset. Monitor ROI ($100/hr value mapping) and Security Health directly.
181
+ ```bash
182
+ /mindforge:costs --roi # Detailed financial analysis
183
+ /mindforge:finops status # View velocity and debt metrics
176
184
  ```
177
185
 
178
186
  ---
@@ -204,11 +212,33 @@ Keep your framework current with the latest personas and library updates:
204
212
 
205
213
  ---
206
214
 
207
- ## 15. Reference & Support
215
+ ---
216
+
217
+ ## 16. Mastering the Nexus: Temporal Steering
218
+
219
+ MindForge v5.10.0 allows you to "time-travel" through your agent's reasoning.
220
+
221
+ 1. **Launch the Dashboard**: `/mindforge:dashboard --start --open`
222
+ 2. **Navigate to 'Temporal'**: Use the horizontal slider to scrub through reasoning snapshots.
223
+ 3. **Inspect State**: View the exact memory, file diffs, and thought chain at that point in space-time.
224
+ 4. **Inject Hindsight**: If you see a logic error, use the **Hindsight Injector** form to roll back and provide a corrective "Steering Vector."
225
+
226
+ ## 17. AgRevOps: Financial Health & ROI
227
+
228
+ Monitor your project's economic performance in real-time via the **RevOps Hub**.
229
+
230
+ - **ROI Pulse**: Tracks net value (Dev hours saved vs. Token cost).
231
+ - **Velocity Gauge**: Real-time forecasting of milestone completion dates.
232
+ - **Security Health Score (SHS)**: A 0-100 score that penalizes policy bypasses and critical findings. Maintain a score > 80 to ensure autonomous stability.
233
+
234
+ ---
235
+
236
+ ## 18. Reference & Support
208
237
 
209
238
  - **Architecture**: `docs/architecture/V5-ENTERPRISE.md`
210
239
  - **Governance**: `docs/governance-guide.md`
240
+ - **Dashboard**: `docs/feature-dashboard.md`
241
+ - **USP & Roadmap**: `docs/usp-features.md`
211
242
  - **Commands**: `docs/commands-reference.md`
212
- - **Personas**: `docs/PERSONAS.md`
213
243
  - **Troubleshooting**: `docs/troubleshooting.md`
214
244
  - **Discord**: `/mindforge:join-discord`