Skip to main content
مستودع GitHub

lazyspec

يحتوي lazyspec على 18 من skills المجمعة من jkaloger، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
18
Stars
9
محدث
2026-06-29
Forks
1
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

execute
المهن الحاسوبية الأخرى

Use when carrying out the work a delivery document describes -- the build loop -- against its task breakdown and acceptance criteria.

2026-06-29
lazy
المهن الحاسوبية الأخرى

Use as the entry point for any work, including reported bugs, defects, and unexpected behaviour. Reads the configured DAG and the user's position, then dispatches the right verb -- advancing within the current document automatically but stopping at type boundaries.

2026-06-29
advance
مطوّرو البرمجيات

Use when moving a document to its next status along the type's lifecycle DAG, maintaining links and checking gates at the transition.

2026-06-23
co-write
مطوّرو البرمجيات

Use when drafting a document of a configured type collaboratively -- AI proposes a draft body, the human edits, iterate -- up to the type's authorship ceiling.

2026-06-23
configure-type
مطوّرو البرمجيات

Use when adding a new custom document type to a lazyspec project. Interviews the user to co-author the type's methodology -- intent, authorship, lifecycle, gates, relations -- then writes its enriched template and `[[types]]` config via the config-write CLI. One type per run.

2026-06-23
create-audit
مطوّرو البرمجيات

Use when running a criteria-based review (health check, security audit, accessibility review, pen test, bug bash, spec compliance). Creates an Audit document with findings and presents them to the user for triage.

2026-06-23
generate
مطوّرو البرمجيات

Use when authoring a full document body of a configured type from context -- AI writes the complete body, then asks for review -- only permitted when the type's authorship ceiling is `generated`.

2026-06-23
review
مطوّرو البرمجيات

Use when critiquing a document against its intent and acceptance criteria, or reviewing completed work, before advancing status.

2026-06-23
scaffold
مطوّرو البرمجيات

Use when creating a new document of a configured type at the most manual authorship level -- AI creates the file and frontmatter, surfaces intent and section guidance, then hands the body back to the human.

2026-06-23
systematic-debugging
مطوّرو البرمجيات

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-06-23
build
مطوّرو البرمجيات

Use when a Plan has a task breakdown and is ready for implementation. Dispatches subagent per task with review between tasks.

2026-03-09
create-audit
محللو ضمان جودة البرمجيات والمختبرون

Use when running a criteria-based review (health check, security audit, accessibility review, pen test, bug bash, spec compliance). Creates an Audit document with findings and presents them to the user for triage.

2026-03-09
create-plan
متخصصو إدارة المشاريع

Use when planning implementation against a Spec or as a standalone plan for bug fixes, tweaks, and refactors. Creates Plan documents with task breakdown and test plan. Supports parallel subagent dispatch for Specs with multiple contract groups.

2026-03-09
create-spec
محللو أنظمة الحاسوب

Use when locking down technical contracts for a vertical slice. Creates Spec documents with data models, API surface, validation rules, error handling, edge cases, and optional acceptance criteria. Specs can be standalone or linked to an RFC. Supports parallel subagent dispatch for RFCs with multiple slices.

2026-03-09
lazy
مطوّرو البرمجيات

Use when starting new work, planning a feature, or deciding what to implement next. Detects existing RFCs, Specs, and Plans to determine the right starting point. Supports lightweight paths for bug fixes and small tweaks.

2026-03-09
resolve-context
مطوّرو البرمجيات

Use when an agent needs full context before beginning work on a Spec or Plan. Gathers the document chain from plan through spec to RFC.

2026-03-09
review-plan
محللو ضمان جودة البرمجيات والمختبرون

Use when a Plan is complete and ready for review. Two-stage review -- spec contract compliance first, code quality second. Block on contract failure before reviewing code.

2026-03-09
write-rfc
مطوّرو البرمجيات

Use for heavy, cross-cutting, or architecturally significant designs. Creates an RFC document with intent, interface sketches, and identifies the Specs that fall out of it. Most features skip RFCs and go straight to Spec.

2026-03-09