high-agency-ai-building
Installation
SKILL.md
High-agency building shifts your role from a manual coder to an architect and reviewer. By using agentic IDEs, you bridge the gap between business intent and technical implementation, allowing non-engineers to build functional software and engineers to automate 90% of their output.
The Agentic Building Workflow
1. Initialize with Context
Don't start from a blank slate. Provide the AI with the environment and visual constraints of your project.
- Start with Boilerplate: Initialize a basic project (e.g., React, Python) and let the agent install dependencies.
- Visual Prompts: Upload screenshots or sketches of your desired UI. The agent can translate image elements into functional components.
- Index the Codebase: Ensure the tool has indexed your entire repository (even 100M+ line codebases) to understand local patterns and dependencies.
2. Issue Explicit Instructions
Treat the AI as a high-capacity intern. Being vague leads to irrelevant code changes.
- Be Ruthlessly Specific: Instead of "make it look better," say "change the background of the hero section to #FF0000 and add a 'Book Now' button that links to /checkout."
- Start Small: Do not ask for a directory-wide refactor in one go. Build one component or one function, verify it, and then expand.
- Use Point-and-Click: Use the IDE’s previewer to select specific UI elements and issue commands directly against them (e.g., "Make this specific button retro-style").