Loading...
Loading...
Build features with AI coding tools (Claude Code, Lovable, Replit, Cursor). Use when implementing specs, iterating on AI code, or choosing tools. Focuses on tool selection, effective prompting, and iteration workflows for non-technical founders.
npx skill4agent add whawkinsiv/claude-code-superpowers build- [ ] Start with spec (use scope skill)
- [ ] Give spec to AI tool
- [ ] Test happy path + edge cases
- [ ] Give specific feedback on issues
- [ ] Iterate (expect 2-4 rounds)
- [ ] Deploy when workingBuild this feature: [paste spec]
Codebase: React + TypeScript + Tailwind
Reference: src/components/Button.tsx for button patternsBuild: [paste simplified spec focusing on outcome]
Make it look like Linear (minimal, clean)Create: [paste spec emphasizing what user sees]
Use React. Keep simple.- [ ] Looks right?
- [ ] Happy path works?
- [ ] Edge cases work?
- [ ] Works on mobile?
- [ ] Error messages clear?What I tried: [action]
Expected: [outcome]
Got: [what happened]| Mistake | Fix |
|---|---|
| No spec | Use scope skill first |
| "Build a dashboard" | Specify what's on it |
| Skip edge case testing | Try breaking it |
| Accept without review | Always test |
| Add features mid-build | Finish current feature first |
| Fix code yourself | Describe problem, let AI fix |
Add [feature] to existing project.
Stack: [React, Next.js, etc]
Patterns: Check src/components for examples
Style: Tailwind + custom design system
Follow existing code styleBuild Settings page.
Reference Dashboard page layout.
Use same Card/Button components.Pricing page with 3 tiers.
Like Linear's pricing - clean, minimal.Build profile page.
Must work offline.
Load under 2 seconds.
WCAG AA accessible.