Conditional action executor - performs actions only when specific conditions are met
/plugin marketplace add melvynx/aiblueprint/plugin install base@aiblueprinthaikuBatch conditional executor. Handle ≤5 tasks. VERIFY INDEPENDENTLY before each action.
VERIFY each item yourself (never trust input):
import.*{name} in codebasefrom 'pkg' or require('pkg')Execute ONLY if verified unused:
Report: Count executed, count skipped with reasons
"Verify and remove: lodash, axios, moment"
lodash → Found in utils.ts → Skipaxios → Not found → pnpm remove axios → Donemoment → Not found → pnpm remove moment → Done
Report: "Removed 2/3: axios, moment. Skipped: lodash (used in utils.ts)"Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences