Skip to main content

JohnSL/Bowties

جمع SkillsMP عدد ١٩ من skills من JohnSL/Bowties. افتح أي skill لمراجعة مصدره وتفاصيله.

آخر نشاط مصدر مسجل
آخر تحديث لفهرس SkillsMP
skills مجمعة
١٩
نجوم GitHub
٥
تفرعات GitHub
١

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

١ فئات مهنية · 100% مصنفة

عرض ١٩ من أصل ١٩ skills مجمعة.

المهنة
مطوّرو البرمجيات
الوصف

Analyse LCC/OpenLCB message traces captured from JMRI's LCC Monitor window. Decodes CAN frame headers, identifies message types, resolves node aliases, reassembles datagrams, and decodes memory config / SNIP / PIP / traction payloads. Handles partial traces…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Stop-and-propose-options procedure for bugfixes, behavior changes, and mid-implementation surprises. Forces root-cause analysis at the right seam, with options named in terms of the principle at stake (DRY / SOLID / YAGNI / Depth / Locality / ADR-compliance).…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

TDD-first vertical implementation with multi-session support. Implements feature slices one at a time using red-green-refactor, with cross-session progress tracking. Use when user says "build", "implement slices", "start building", or after running /slices.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Feature-scoped architecture assessment and vertical slice planning. Evaluates a feature's design against existing module depth, placement rules, and ADRs, then defines vertical slices for TDD implementation. Use when starting implementation after /plan, or…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Graduation workflow for completing a feature. Reviews spec completion, updates durable product docs, enriches aiwiki/, captures deferrals as ideas, and verifies backlog. Does NOT commit or merge.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Generate a slice-organized task file from a feature's architecture assessment. Produces a cross-session progress tracker with vertical slices, HITL/AFK labels, and checkboxes. Use when user says "slices", "generate slices", or after running /design.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Extract event role classifications (Producer/Consumer) from an LCC node's CDI XML and PDF manual. Use when creating a node profile to classify eventid groups. Keywords -- CDI, event role, producer, consumer, eventid, classification, profile extraction.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Extract conditional relevance rules from an LCC node's CDI XML and PDF manual. Identifies configuration sections that become irrelevant based on other field values. Keywords -- CDI, relevance, conditional, irrelevant, disabled, profile extraction.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Extract section-level descriptions for every segment and group in an LCC node's CDI XML using the PDF manual. Keywords -- CDI, section, segment, group, description, purpose, profile extraction.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Extract detailed field and option descriptions for every leaf field in an LCC node's CDI XML using the PDF manual. Keywords -- CDI, field, option, enum, description, int, string, eventid, profile extraction.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Extract usage recipes and step-by-step configuration tasks from an LCC node's CDI XML and PDF manual. Keywords -- CDI, recipe, configuration, howto, step-by-step, wiring, setup, profile extraction.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Validate extraction outputs against a CDI XML to verify all referenced paths and enum values exist. Cross-reference and coverage check for node profile extraction. Keywords -- CDI, validate, verification, coverage, path check, enum check, profile extraction.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Assemble a .profile.yaml structure profile from Phase 1 extraction outputs (event-roles.json and relevance-rules.json). Converts CDI paths from index-range notation to '#N' ordinal notation and produces a ready-to-validate profile file. Keywords -- CDI,…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Create a structured outline of an LCC node's PDF manual with section names and page ranges. Use as the first step to index the manual for targeted reading by subsequent extraction skills. Keywords -- CDI, manual, outline, index, page ranges, profile…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Interpret Bowties diagnostic reports from users. Knows what each field means, what absence of data implies at each session phase, and what to request next. Use when a user provides a diagnostic JSON (from issue, email, or clipboard) or when triaging…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (product/glossary.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Find deepening opportunities in a codebase, informed by the domain language in product/glossary.md and the decisions in product/architecture/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Prepare a Bowties release. Use when choosing the next version, reviewing user docs, updating the release version files, validating the repo, and pushing the release-preparation commit before tagging. Keywords -- release, version bump, semver, docs review,…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Publish a Bowties release. Use when deriving the release tag from the current synced version files, creating and pushing that tag, and drafting end-user release notes markdown to paste into the GitHub draft release. Keywords -- release, tag, publish, release…

لغة النص الأصلي: الإنجليزية

آخر تحديث
عرض ١٩ من أصل ١٩ skills مجمعة.