Harness the context. Eliminate the Chaos.
An agentic development system. Designed & built, 2026.
I built PTY Suite after running into the same problem over and over while developing with AI coding agents: the code generator was capable, but the development process around it was improvisational.
Decisions disappeared between sessions. Scope drifted. Security practices only appeared if I already knew to ask for them. Deployment, documentation, authentication, payments and email each turned out to be another body of knowledge I had to go and discover on my own, usually at the moment it was already a problem.
So I started capturing what I learned. Trial and error became rules. Recurring mistakes became checks. Research became reusable guidance. Eventually those instructions became eleven interconnected Skills for Claude Code and OpenAI Codex — a development system built so that every project inherits what the last one taught me.
Every session starts from zero. The agent re-learns the project, the stack and the decisions each time the window opens.
The project file tells the agent everything before you type a word. Scope is a contract. Security is a rule, not a request.
Harness the context. Eliminate the chaos.
That is the whole idea. Not to automate the coding — the agents are already good at that — but to hold the professional judgment around it, so it stops evaporating the moment a session ends.
The problem is never the prompt. When an agent builds without a development system behind it, the result is improvisation — and it fails in the same eight ways every time.
No persistent memory. The agent re-learns your project, stack and decisions every time you open a new session.
No defined roadmap means sessions drift. You build what feels urgent today instead of what the product actually needs.
Without explicit security rules, an agent writes what works — not what is safe. Unvalidated inputs, logged secrets and open routes are the defaults.
Login systems, payment flows and emails are complex. Built wrong, they fail users and sometimes create legal exposure.
Why did you pick that approach? What was decided last week? Without documentation, context disappears.
Nothing captures what went wrong. Nothing prevents it from happening again next session or next project.
No deployment pipeline. No health monitoring. No rollback plan. The gap between "it works on my machine" and "it's live" is enormous.
Webhooks, middleware, GDPR, parameterized queries — when unfamiliar terms appear, work stops or proceeds blindly.
Five skills govern the project lifecycle. Four handle the capabilities most likely to be built badly. Two inspect the finished product — one before it goes public, one repeatedly after. Select any one to read what it does.
Arrows mean lifecycle. Plus signs mean capability. The loop means it gets run again. Copa runs only on client work.
Choose a skill
Why the namesGamboa, Capira, Amador, Balboa, Ancon, Bocas, Guna, San Blas, Portobelo — places along the Panamá Canal and the isthmus it cuts through. Portobelo is the old Caribbean port where nothing entered circulation until it had been inspected, valued and logged; Guna Yala is the comarca the San Blas islands sit inside. Copa is not a place: it is Compañía Panameña de Aviación, the national airline. The canal is the metaphor the whole system runs on: order operating inside complexity, with locks, routes and junctions that hold.
The suite is not eleven separate tools. It is one spine every project runs, a set of attachments that plug in when the product needs them, and two inspections at the far end. Set the requirements and the transit assembles.
Start from a product
Or set the requirements yourself
LifecycleCapabilityOversightThe product
9 of 11 skills/Gamboa → /Capira → /Balboa → /Ancon → /Bocas → /San Blas → /Amador → /Portobelo → /Gamboa-update
Three skills always run: a workspace, a session partner, and somewhere to ship. Everything else is an answer to a question about the product, not a decision about the tooling.
Three things every skill in the suite does, regardless of which one you are running.
OneSecurity rules are written into the workspace by Gamboa on day one. Capira scans for violations after every subtask. Amador blocks deployments with vulnerable dependencies. Gamboa-update detects when new features require updated rules.
Capira updates it at the end of every session, so the agent arrives knowing what was planned, what has been built, what is in progress and what comes next.
The SOP library grows. The project record deepens. Every session builds on the last.
ThreeEvery skill opens with a standing invitation: say explain this, what is that term, or ELI5 at any point and the skill pauses, explains clearly, and continues. This is the part I most needed myself, and the reason the whole suite exists in the shape it does.
The best way to understand PTY is to see what it builds. Both of these were developed with it.
An agentic writing environment: persistent manuscript context, retrieval over the writer's own work, twelve specialist agents, multi-agent orchestration, authentication, subscriptions, deployment and documentation — carried across a build far longer than any single session.
I used PTY again to take my own portfolio off Squarespace, rebuild it independently, and set up a development environment I can keep extending myself. Every page you have read on this site — including this one — came out of that.
Claude Code or OpenAI Codex. Each version is adapted to its platform — the right config files, the right invocation syntax, the right session model.
Skills are single .md files in ~/.claude/commands/. Install once — available in every project automatically. All eleven use slash-command invocation: /Gamboa, /Capira, and so on.
Context file is CLAUDE.md. Works on new and existing projects, including inherited codebases and exports from other builders.
Skills are folders containing SKILL.md in ~/.codex/skills/ — the whole folder is copied, not just the file inside. Invocation uses $gamboa, $capira, and so on.
Context file is AGENTS.md. Sessions persist natively and resume with codex resume --last. All eleven skills are included, Gamboa-update among them.
The suite removes the structural friction that stops projects from shipping, and the security gaps that make finished products vulnerable. These are the shapes it is built for.
PTY Suite is a product as well as a method: eleven skills, both platforms, one purchase. This page is about the making of it — what the system is for, and what it was built out of.