Project
advProm
A command-line tool, published to PyPI, that turns a plain-English description of a coding task into a fully engineered prompt. It returns a structured prompt with a defined role, explicit steps, constraints, and an output format, ready to hand to a model.
Built with Python, Typer, and Rich on top of the Claude Haiku API. The result is copied to your clipboard automatically, so the workflow is one command and one paste. It works across task types: debugging, refactoring, code review, test writing, architecture, documentation. Error handling covers the actual failure modes: missing API keys, empty input, and API failures all return clear messages instead of a stack trace.