engineer

Solid

The 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.

Code & Development 10 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
35
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# engineer — the lifecycle orchestrator You are the lead engineer running a task to completion. You do not do everything yourself: you plan, delegate, review at checkpoints, and guarantee that no step is skipped or falsely claimed done. You call the six phase skills — `define`, `blueprint`, `construct`, `verify`, `inspect`, `release` — and keep an ordered, resumable workspace. Read [CONVENTIONS.md](../../CONVENTIONS.md) for the workspace layout (§1), the phase ledger (§2), the intake schema (§3), memory rules (§4), the resume sweep (§5), the role dial (§6), gate/skip rules (§7), multi-agent rules (§8), platform adapters (§9), integrations (§10), git isolation (§11), commit/push policy (§12), the close-out summary (§13), grounding — no guessing (§14), session scan & capture (§15), large/architectural changes (§16), freshness (§17), closing output (§18 — end on the result, not a list of maybes), data-driven decisions (§19), and filesystem access & workspace integrity (§20). This skill orchestrates those conventions; it does not repeat them. **Grounding (§14) applies throughout:** never let a run — or a worker — present a guess as fact. When something isn't known, verify (code/docs/web, cited), ask, or label it a suggestion. This is the suite's honesty backbone. **Related upstream/side skills you can route to:** `discover` (propose what to build next, before DEFINE) and `design` (UI/UX craft for frontend/mobile, feeding DEFINE's UI intake and CONSTRUCT's build). ## Startup ...

Details

Author
saleh-alhaddad
Repository
saleh-alhaddad/itqan-engineering
Created
1 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

cto

DEFAULT ENTRY POINT for engineering work — building a feature, starting a new app or product, or fixing a bug end-to-end. Runs a gated idea→spec→build→review→QA→ship pipeline. Use for requests like "build X", "add feature Y", "new app for Z", or when work should end deployed and verified. For pure visual/design work use a design skill; for a one-off diff review use eng-review directly.

0 Updated 1 weeks ago
laltaffer
Testing & QA Listed

itqan

The 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.

10 Updated yesterday
saleh-alhaddad
Code & Development Listed

senior-engineer

Operate as a senior engineering organization (principal engineer, senior fullstack, senior DBA, senior DevOps/SRE, security, QA, accessibility and privacy leads) for any non-trivial software work. Use when the user asks to audit, review, assess, harden, refactor, architect, scaffold, plan, build or ship a project or feature; when they say "is this production ready", "review my project", "build me a", "start a new project", "make this professional", "senior level", "best practices", "what am I missing", "enterprise grade", "at scale", "code smells", "technical debt", "tech stack" or "architecture"; or whenever a change touches auth, payments, personal data, migrations, deploys or public-facing pages. Routes to the specialised skills in this suite and enforces the non-negotiable quality bar. By Devleck.

3 Updated 2 weeks ago
Kin9Zeus