creoaurea-devlab
- 5 skills
- 0 followers
- 6 hours ago last updated
- ▌ Roadmap · creoaurea-devlab bundlePlanning and roadmap management skill with machine-readable YAML schemas for initiatives, projects, milestones, epics, sprints, and tasks. Use this skill when the user asks to: create a project plan, manage a roadmap, track progress, organize sprints, prioritize a backlog, estimate timelines, define milestones, or says anything like: "plan this", "roadmap", "what should we build next", "prioritize", "sprint planning", "milestone", "backlog", "project status", "what's left to do", or when organizing multi-week work into structured delivery phases.
- ▌ Implement · creoaurea-devlabAgentic implementation skill that reads a project's structure, detects its tech stack, scores codebase health, and then selects the best strategies and sibling skills to implement the user's request — optimizing for smaller codebases and higher power-to-weight ratio. Use this skill whenever the user asks to: add a feature, refactor code, reduce bundle size, clean up a codebase, implement something new, improve code quality, reduce complexity, or says anything like "make this smaller", "make this better", "implement X", "build X", "clean this up", "reduce bloat", or "refactor". Also trigger when the user pastes code and asks for improvements, or when starting work on an unfamiliar project.
- ▌ Debug Loop · creoaurea-devlabAutonomous debugging workflow: reproduce the failure, isolate the highest-leverage blocker, fix it, rerun, and prove success with runtime evidence. Use this skill when the user reports a bug, a test failure, a crash, a startup error, a build failure, or says anything like: "it's broken", "not working", "error", "crash", "fix this", "debug", "why does this fail", "help me find the bug", "it worked before", or when you encounter an error during implementation that needs systematic debugging. Also use when launching an app for the first time and verifying it runs correctly.
- ▌ Spec Driven · creoaurea-devlabContract-first, schema-driven development methodology. Four pillars: Spec (human intent), Schema (machine validation), Registry (discovery), and Isolated Modules (testable units). Use this skill when designing new modules, APIs, or features from scratch. Also trigger when the user mentions: "spec first", "contract first", "schema driven", "API design", "new module", "new feature architecture", "how should I structure this", or when building something that needs clear boundaries between components. Especially useful for AI-assisted development because schemas become the shared language between human intent and machine implementation.
- ▌ Lean Typescript · creoaurea-devlab bundleTypeScript 2026 best practices for writing small, powerful codebases. Anti-bloat patterns, schema-first validation, modern toolchain (pnpm, tsx, Vitest 4, Biome), and architectural patterns that both humans and AI agents can reason about. Use this skill whenever writing TypeScript, reviewing TypeScript code, setting up a new TS project, choosing libraries, configuring tsconfig, debloating a codebase, or when the user mentions: TypeScript, Zod, Vitest, pnpm, "too much code", "clean up", "reduce bundle", "strict mode", "type safety", "modern stack", "2026 best practices", or any request involving TypeScript architecture, tooling, or code quality.