feat(skills): TITAN-inspired enhancements for classification, TDD, and planning#191
Merged
feat(skills): TITAN-inspired enhancements for classification, TDD, and planning#191
Conversation
added 6 commits
April 22, 2026 00:24
…d planning - Add trivial-edit escape hatch to classification rules (QUICK for explicit single-site edits) - Expand TDD skill with cycle verification, red flags, rationalization rows, inline example, when-stuck guide - Add Socratic requirements discovery (Phase 0.5) to plan:orch - Harmonize /plan Gate 0 with Socratic questioning style
…rch skills - Promote Cycle Verification to h2 (peer of Rationalization Prevention, not sub-step) - Align table separator widths in rationalization and red flags tables - Consolidate GUIDED step 0 to single-line format matching steps 1-3
… Socratic discovery Let the model ask as many questions as needed via AskUserQuestion without artificial caps or one-per-message restrictions.
Reinstates changes from a parallel session that were accidentally discarded.
build-hud.js now writes {"type": "module"} to scripts/package.json so Node
treats compiled HUD imports as ESM at ~/.devflow/scripts/. Without this,
installed HUD fails with SyntaxError: Cannot use import statement outside a
module.
scripts/utils/ and scripts/package.json are build outputs needed by the installed HUD but were missing from the files array in package.json. Without these, npm installs would fail with SyntaxError (missing ESM declaration) or broken imports (missing ../utils/ sibling).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Inspired by competitor TITAN's best prompt engineering techniques (rationalization tables, red flags, one-question-at-a-time discovery, options-with-tradeoffs), adapted to DevFlow's architecture. No new plugins, skills, or agents — content-only changes to 4 existing files.
Test plan
npm run buildsucceeds (73 skill copies distributed across 17 plugins)npm testpasses (1059 tests, 46 test files)