mindforge-settings
The mindforge-settings skill enables users to configure MindForge workflow agent toggles and model profiles through an interactive five-question prompt covering model selection, research, plan checking, verification, and branching behavior. Use this skill when initializing MindForge or updating existing workflow configurations, as it manages config file creation, reads current settings, merges user responses, and displays confirmation with command references.
git clone --depth 1 https://github.com/sairam0424/MindForge /tmp/mindforge-settings && cp -r /tmp/mindforge-settings/.agent/skills/mindforge-settings ~/.claude/skills/mindforge-settingsSKILL.md
<objective> Interactive configuration of MindForge workflow agents and model profile via multi-question prompt. Routes to the settings workflow which handles: - Config existence ensuring - Current settings reading and parsing - Interactive 5-question prompt (model, research, plan_check, verifier, branching) - Config merging and writing - Confirmation display with quick command references </objective> <execution_context> @.agent/workflows/mindforge-settings.md </execution_context> <process> **Follow the settings workflow** from `@.agent/workflows/mindforge-settings.md`. The workflow handles all logic including: 1. Config file creation with defaults if missing 2. Current config reading 3. Interactive settings presentation with pre-selection 4. Answer parsing and config merging 5. File writing 6. Confirmation display </process>
Publish a skill to the npm registry (or private registry).
Add an idea to the backlog parking lot (999.x numbering)
Add phase to end of current milestone in roadmap
Generate tests for a completed phase based on UAT criteria and implementation
Capture idea or task as todo from current conversation context
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase