AI Navigate

Stop Prompting, Start Forging: A New Era of Professional SDLC

Dev.to / 3/13/2026

💬 OpinionDeveloper Stack & InfrastructureSignals & Early TrendsIdeas & Deep AnalysisTools & Practical Usage

Key Points

  • The piece argues that a chat prompt interface is a high-friction silo for implementing complex features, limiting AI utility.
  • It introduces 'The Forging Stack' (Spec-Forge, Code-Forge, Hype-Forge) as an alternative to manual prompting, moving from 'I think it works' to 'The terminal says it works'.
  • It claims giving AI a 'Body'—the ability to read, write, and execute in the local environment—transforms how AI assists developers.
  • It highlights open-source AI skills and a GitHub repository (tercel/tercel-claude-plugins) with compatibility for Gemini CLI and Claude Code.
  • The article envisions a new professional SDLC powered by the Forging Stack, shifting workflow decisions from prompts to automated design, testing, and advocacy.

We’ve all been there: asking a LLM to implement a complex feature, only to get a 200-line solution that fails immediately.

The problem isn't the AI's intelligence. It's the Medium. A chat window is a silo. It has no hands, no terminal, and no memory.

The "Manual Prompting" Tax
Prompting is the new manual labor. You are the one syncing files and running tests. This is high-friction and error-prone.

Skills change the game by giving the AI a "Body": the ability to read, write, and execute in your local environment.

The Forging Stack
Spec-Forge: Automated Technical Design.
Code-Forge: Autonomous TDD Execution.
Hype-Forge: Technical Advocacy and Content.
We move from "I think it works" to "The terminal says it works." 🚀

🛠️ Open Source AI Skills
All the Skills mentioned in this series (spec-forge, code-forge, hype-forge, etc.) are open-source and available on GitHub. They are compatible with Gemini CLI and Claude Code:

👉 GitHub Repository: tercel/tercel-claude-plugins (Give it a Star if you find it useful!)