Casts a spec and a CLI from closed apps that have no API. Drop an APK, IPA, EXE, DMG or traffic capture; a three-pass research method with built-in blind-spot diagnosis turns it into a feature spec, a reconstructed OpenAPI document, and optionally a CLI.
Guides the user through capturing an app's network traffic on Android, iOS, desktop, or web, and exporting it as HAR for analysis. Use when a teardown needs network evidence, when the user asks how to see what an app is talking to, or when intake reports network-surface as missing. Triggers on "capture traffic", "how…
Turns a teardown matrix into a reconstructed OpenAPI specification, and optionally generates a CLI from it. Detects specifications that already exist on disk so a spec cast in an earlier session can be pressed into a CLI without redoing any analysis. Triggers on "cast the spec", "generate the OpenAPI", "now build the…
Collects and confirms the artifacts for a teardown before any analysis begins — asks what the user has, classifies each file, reports which analysis dimensions are covered, and gets explicit approval. Use at the start of any reverse-engineering or app-teardown task. Triggers on "tear down this app", "here is the APK"…
Runs a multi-pass research method that deliberately catches its own blind spots — a shallow first pass, a forced structural self-diagnosis, then corrected and inverted passes. Use when mapping a product's full feature set, tearing down a competitor, doing exhaustive documentation research, or any time a first answer…
Reverse-engineers a closed application into a feature spec, a reconstructed OpenAPI specification, and optionally a CLI — starting from an APK, IPA, EXE, DMG, HAR traffic capture, or docs. Use when the target has no published API and Printing Press has nothing to work from. Triggers on "tear down this app", "reverse…
Design-first Compound Engineering. Adds a design leg to the CE loop: brainstorm -> wireframe -> pick -> hi-fi -> plan, driven by Open Design, with a live browser portal you can chat and mark up in and a clean handoff back to your terminal.
The design-first development route — walk a pain point through brainstorm → design (parallel wireframes → pick → hi-fi mockup) → plan, so you see what the thing looks like before writing code, and hold the build to that design with screenshot comparison. Drives a local Open Design daemon to produce previewable HTML…
Open the current design artifact in the Open Design browser portal so a human can mark it up, comment on elements, or edit it directly — then pick the work back up in the terminal without losing what changed. Use when the user types "/ce-markup", or says "let me mark this up", "open it in the browser", "I want to…