saleh-alhaddad
- 13 skills
- 0 followers
- 1 day ago last updated
- ▌ Itqan · saleh-alhaddad bundleThe full software-engineering lifecycle as one suite — DISCOVER, DEFINE, PLAN, BUILD, VERIFY, REVIEW, SHIP — with approval gates before code, test-first builds, evidence before "done", and resumable multi-session work. Routes to 12 sub-skills covering any stack, plus feature discovery, security audit, UI/UX craft, and learning roadmaps.
- ▌ Learn · saleh-alhaddadBuilds and tracks a personalized learning roadmap, or onboards you onto an existing codebase. A user-invoked entry point; the lifecycle never routes here.
- ▌ Assess · saleh-alhaddadWhole-app health report from a panel of experts — how the features connect, which are strong, which are weak, and what to improve, with market evidence. App-level, not diff-level.
- ▌ Define · saleh-alhaddadTurns a raw idea into an approved spec, including database schema and API-contract design. Use before planning, while intent is still open. For visual UI design, use design.
- ▌ Design · saleh-alhaddadCrafts or reviews UI/UX for web and mobile — visual and interaction quality, design systems, screens, and flows. For schema and API design, use define.
- ▌ Harden · saleh-alhaddadSecurity audit: threat model, OWASP Top 10 (and LLM Top 10), abuse cases, dependency and secret scan, with ranked findings and concrete fixes. Read-only.
- ▌ Verify · saleh-alhaddadProves a change actually works and root-causes failures — the suite runs first, output actually read. Answers "does it work", where inspect answers "is it good".
- ▌ Inspect · saleh-alhaddadSenior code review across correctness, complexity, architecture, security, performance, and cross-service impact. Read-only — it reports and routes fixes to construct.
- ▌ Release · saleh-alhaddadShips a reviewed change safely, with a rollback plan and an explicit GO/NO-GO decision, and closes out the task.
- ▌ Discover · saleh-alhaddadProposes what to build next: ranked, cited feature candidates from market research and real usage. Also evaluates tools, platforms, and libraries you are considering switching to.
- ▌ Engineer · saleh-alhaddadThe full lifecycle in one call — spec, plan, build, verify, review, ship — with approval gates and resume. The default entry point for building or delivering something, and for picking up interrupted work. Routes to every phase skill itself.
- ▌ Blueprint · saleh-alhaddadTurns an approved spec into an ordered, dependency-sorted task plan with a shape decision per task. Implementation planning, not product roadmap planning.
- ▌ Construct · saleh-alhaddadWrites the code for an already-defined task, test-first, following your codebase's own patterns. Also scoped fixes and performance optimizations on existing code.