{ "name": "ultraplan-local", "version": "3.1.0", "description": "Four-command context-engineering pipeline (brief → research → plan → execute) for Claude Code.", "type": "module", "engines": { "node": ">=18" }, "scripts": { "test": "node --test 'tests/**/*.test.mjs'", "simulate": "node tests/simulator/run-pipeline.mjs" }, "keywords": [ "claude-code", "planning", "research", "agents", "plugin" ], "author": "Kjell Tore Guttormsen", "license": "MIT", "repository": { "type": "git", "url": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace" } }