Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

ai-first-sdlc-practices

يحتوي ai-first-sdlc-practices على 46 من skills المجمعة من SteveGJones، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

kb-ingest-bulk
مطوّرو البرمجيات

Parallel map-reduce bulk ingest for large source sets. Map phase dispatches read-only knowledge-extractor agents (≤N-wide, default Haiku) emitting per-source JSON extracts; Python routes extracts by target library file (fuzzy-merging new topics, pre-allocating new files, flagging oversized topics); reduce phase dispatches one agent-knowledge-updater per file (parallel, one writer per file); single shelf-index rebuild + one log.md entry. Resumable. Supersedes kb-ingest-batch.

2026-06-05
kb-init
المهن الحاسوبية الأخرى

Initialise a project for knowledge base use. Appends the [Knowledge Base] section to the project's CLAUDE.md, creates the library/ directory structure, optionally seeds with three example library files from the Agentic SDLC research, and reports next steps. Run once after installing sdlc-knowledge-base.

2026-06-05
kb-ingest-batch
مطوّرو البرمجيات

Drive agent-knowledge-updater over a batch of staged files in library/raw/. Tracks progress in .batch-progress.json for resume support. Sequential by default; --parallel <N> opt-in (max 5). Single shelf-index rebuild and one consolidated log.md entry at the end.

2026-06-05
kb-lint
مطوّرو البرمجيات

Health-check the project knowledge base. Looks for contradictions between files, stale claims that newer sources have superseded, orphan files with no inbound cross-references, important concepts mentioned but lacking their own page, missing cross-references, and data gaps. Returns a structured report; does not auto-fix.

2026-05-06
kb-prepare-batch
مطوّرو البرمجيات

Stage source files into library/raw/, converting non-markdown formats via markitdown (PDF/DOCX/PPTX/XLSX/HTML/CSV) or pandoc (TeX/EPUB/RST/ORG). Adds provenance frontmatter. No agent dispatch.

2026-05-05
kb-stats
مطوّرو البرمجيات

Pure-Python knowledge base statistics dashboard. Reads shelf-index and log.md; emits Inventory, Layer distribution, Domain distribution, Recent Activity, and Staleness sections. No agent dispatch. Read-only.

2026-05-03
kb-layers
مصممو قواعد البيانات

Manage the project's layer vocabulary — list allowed layers with file counts, add new layers, or safely remove unused layers. Reads the shelf-index for usage data; writes CLAUDE.md atomically. No agent dispatch.

2026-05-03
kb-rebuild-indexes
مطوّرو البرمجيات

Rebuild the knowledge base shelf-index with hash-based change detection. Incremental by default — only re-extracts files whose content has changed since the last index. Use after ingesting new sources, after editing library files, or whenever the librarian agent reports a stale index.

2026-05-03
kb-audit-query
موظفو الملفات

Filter and summarise the cross-library KB audit log. Reports confidentiality events (attribution drops, synthesis aborts, dispatcher failures, no-evidence markers, cross-library promotions) over a date range, by event type, and by source handle.

2026-05-03
setup-team
مديرو أنظمة الحاسوب والمعلومات

Configure SDLC team formation and SDLC method for this project. Asks the four-option SDLC method question (solo / single-team / programme / assured), then recommends and installs team plugins based on project type, language, tech stack, and support needs.

2026-05-02
code-annotate
مطوّرو البرمجيات

Generate boilerplate `# implements:` annotation for a function based on the artefact ID, inserting it as the first line of the function body.

2026-05-01
phase-review
محللو ضمان جودة البرمجيات والمختبرون

Dispatch a structured cross-phase review of a phase artefact. MANDATORY for design-spec and test-spec; the gate validator checks for the resulting review record before passing. Recommended for requirements-spec.

2026-05-01
kb-codeindex
مطوّرو البرمجيات

Parse all `# implements:` annotations in source code and emit `library/_code-index.md` as a shelf-index. Also extracts cross-module import edges and writes `library/_dependency-edges.md`. Idempotent — re-running produces byte-identical output if no annotations or imports changed.

2026-05-01
change-impact-annotate
مطوّرو البرمجيات

Guide the team through writing a change-impact record for IEC 62304 / FDA / ISO 26262 ASIL C+ projects. Surfaces the affected REQ/DES/TEST/CODE artefacts and captures human-attested verification approach.

2026-04-30
module-bound-check
مطوّرو البرمجيات

Run all 5 decomposition validators (req-has-module, code-annotation-maps-to-module, visibility-rule-enforcement, anaemic-context-detection, granularity-match) on the project, reporting violations.

2026-04-30
req-add
متخصصو إدارة المشاريع

Mint a new REQ ID in the Assured project's namespace, with module assignment, and append it to the requirements-spec.

2026-04-30
req-link
مطوّرو البرمجيات

Add a satisfies link from a DES → REQ, TEST → REQ/DES, or CODE annotation → ID, validating that the target exists in the registry.

2026-04-30
traceability-render
مطوّرو البرمجيات

Render module-scoped human-readable traceability for a single module — REQs, DESs, TESTs, code locations with anchor links, plus the module-dependency graph as a markdown edge-list.

2026-04-30
commission-assured
مطوّرو البرمجيات

Commission a project to the Assured (Method 2) SDLC bundle — install plugin, scaffold programs.yaml, set granularity and regulatory context, configure change-impact-gate.

2026-04-30
commission-programme
متخصصو إدارة المشاريع

Commission a project to the Programme SDLC bundle. Tailored entry point with Programme-specific audience guidance; equivalent to /sdlc-core:commission --option programme.

2026-04-30
phase-gate
مطوّرو البرمجيات

Run a Programme phase gate validator (requirements / design / test / code) against docs/specs/<feature-id>/. Block on missing artefact or broken cross-phase reference.

2026-04-30
phase-init
مطوّرو البرمجيات

Instantiate a phase artefact (requirements-spec / design-spec / test-spec) from the Programme bundle's template into docs/specs/<feature-id>/. Refuses to overwrite existing artefacts.

2026-04-30
traceability-export
مطوّرو البرمجيات

Export the REQ↔DES↔TEST traceability matrix for a feature in csv or markdown format. Phase D ships csv + markdown; Phase E (Assured) extends with standard-specific formats.

2026-04-30
commission
متخصصو إدارة المشاريع

Commission a project to an SDLC option bundle (solo / single-team / programme / assured). Asks structured questions, recommends an option × level, installs the bundle, and records the decision in .sdlc/team-config.json.

2026-04-28
sample-skill
المهن الحاسوبية الأخرى

Mock skill shipped by the sample bundle for installer testing

2026-04-28
kb-query
مطوّرو البرمجيات

Query the project knowledge base. Wraps the research-librarian agent. The librarian reads the shelf-index, identifies the 2-4 most relevant library files for the question, deep-reads only those, and returns structured evidence with citations. Stateless — reads the index fresh on every query.

2026-04-26
kb-setup-consulting
محللو الإدارة

Onboarding workflow for cross-library KB query in a consulting practice. Discovers existing user-scope library registrations, prompts for additions, validates each library, helps activate the relevant ones for the current project, runs a smoke test, and reports a clear "ready" or "issues to fix" verdict. Use --verify-only to skip prompting and just validate existing setup (sub-task 23 of

2026-04-26
kb-promote-answer-to-library
مطوّرو البرمجيات

File a librarian query result back into the library as a new page with provenance tracking. Karpathy's "good answers can be filed back into the wiki as new pages" insight made concrete. The library compounds from explorations, not just from external sources.

2026-04-26
kb-register-library
مطوّرو البرمجيات

Register an external knowledge base library in the user-scope global registry at ~/.sdlc/global-libraries.json. Validates that the target path exists, contains a _shelf-index.md, and parses its format_version. Optional helper — hand-editing the JSON is also supported.

2026-04-26
author-workflow
مطوّرو البرمجيات

Pick an existing workflow for a task or author a new one — recommends workflow + team formation, or generates a fresh workflow YAML with command prompts and team validation.

2026-04-20
workflows-setup
مطوّرو البرمجيات

Install Archon, build the sdlc-worker Docker images, and configure SDLC workflows. Run once after installing the sdlc-workflows plugin.

2026-04-20
workflows-run
مطوّرو البرمجيات

Run an SDLC delegated workflow via Archon. Wraps the archon CLI with project-aware defaults.

2026-04-20
manage-teams
مديرو أنظمة الحاسوب والمعلوماتالمديرون العامون ومديرو العمليات

Guided coaching for delegation team lifecycle — create, update, delete, or review the workforce. The primary interface for team management and fleet-level visibility.

2026-04-20
workflows-status
مطوّرو البرمجيات

Check the status of running or recent SDLC delegated workflows.

2026-04-20
pr
مطوّرو البرمجيات

Create a pull request with full validation. Use when ready to submit work for review.

2026-04-20
deploy-team
مطوّرو البرمجيات

Build a team Docker image from a manifest in .archon/teams/. Resolves plugin paths, generates Dockerfile with additive copy-only, makes plugins read-only, bakes team CLAUDE.md.

2026-04-19
commit
مطوّرو البرمجيات

Validated commit — runs quick checks before committing. Use when ready to commit changes.

2026-04-09
new-feature
مطوّرو البرمجيات

Create a new feature with proposal, retrospective, and branch. Use when starting new development work.

2026-04-09
release-plugin
مطوّرو البرمجيات

Package source files into plugin directories using release-mapping.yaml. Use when preparing a plugin release.

2026-04-09
setup-ci
مطوّرو البرمجيات

Generate a GitHub Actions workflow for SDLC validation. Use when setting up CI/CD for a new project.

2026-04-09
عرض أهم 40 من أصل 46 skills مجمعة في هذا المستودع.