Skip to content
View RNA4219's full-sized avatar

Highlights

  • Pro

Block or report RNA4219

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RNA4219/Readme.md

AI Conductor

Autonomous R&D Systems Engineer / Harness Engineer

Agent tooling · Verification harnesses · Control planes · Quality infrastructure

About

AIを活用した研究・開発のための実行基盤、検証ハーネス、品質ツールを設計・実装しています。

QA / SDETを土台に、曖昧な要求を実行可能なワークフローへ落とし込み、コード分析、テスト、自動化、結果整理までを接続することが主な関心領域です。公開リポジトリでは、実際の開発で再利用できる単位へ分割したツールと運用資産を公開しています。

AI Conductor は、複数のAI、ツール、工程を目的に合わせて編成し、継続的な成果へつなげる立場を表す、自分なりの呼称です。

I build practical infrastructure for AI-assisted R&D: agent tooling, verification harnesses, control planes, and quality workflows.

Eight Repositories, One Engineering Stack

以下は独立したデモの寄せ集めではなく、調査・要求整理から検証と品質判断までを支えるツール群です。

RanD  →  code-to-gate  →  HATE  →  manual-bb  →  QEG

Research & Requirements → Code Analysis → Automated Testing → Manual Acceptance → Quality Analysis

  • domain-lakda-runner supplies runtime exploration and reproducible execution results.
  • workflow-cookbook supplies reusable workflows, acceptance assets, and CI practices across the stack.
  • shipyard-cp coordinates agent-assisted work across planning, development, acceptance, integration, and publishing.
Layer Repository Responsibility
Research & Requirements RanD Research, hypothesis formation, requirement discovery, and acceptance framing.
Workflow Assets workflow-cookbook Task Seeds, acceptance workflows, reusable CI, and development practices.
Agent Operations shipyard-cp Coordinates agent-assisted work across planning, development, acceptance, integration, and publishing.
Code Analysis code-to-gate Converts source changes, static signals, architecture checks, and repository risk into reviewable results.
Runtime Exploration domain-lakda-runner Explores software behavior and produces reproducible runtime results.
Automated Testing harness-auto-test-evidence Normalizes automated test results for downstream use.
Manual Acceptance manual-bb-test-harness Supports risk-based manual black-box testing and acceptance review.
Quality Analysis quality-evidence-graph Connects requirements, risks, changes, tests, and review results for quality assessment.

Current Work

I am continuing to integrate and extend these tools through private R&D projects.

プロジェクト固有の構成、運用方式、進捗詳細は公開せず、単独でも再利用価値を持つ部分だけをOSSとして切り出しています。

Open Source Approach

  • Build from concrete development and QA problems.
  • Keep each repository independently understandable and usable.
  • Include tests, examples, documentation, and CI with the implementation.
  • Separate reusable public components from project-specific integration.
  • Prefer working software and reproducible examples over broad claims.

Focus Areas

Autonomous R&D Systems · Agent Tooling · Harness Engineering · Control Planes · Quality Infrastructure · Developer Workflows · Test Automation · LLM-native Development

Core Stack

  • Languages: Python, TypeScript / JavaScript, SQL, Bash
  • Interfaces & Data: JSON Schema, SQLite, REST APIs, CLI tools, structured outputs
  • QA & Automation: pytest, Playwright, Airtest, Jest / Vitest, coverage, CodeQL, GitHub Actions
  • Runtime & Infrastructure: Docker / OCI containers, devcontainers, async processing, local-first tooling
  • LLM Systems: OpenAI-compatible APIs, local LLMs, llama.cpp / Ollama, routing and orchestration tooling

Pinned Loading

  1. workflow-cookbook workflow-cookbook Public

    Workflow docs, Birdseye/Codemap, Task Seeds, acceptance operations, reusable CI, context engineering, and plugin-based evidence tracking

    Python

  2. code-to-gate code-to-gate Public

    A generic, local-first code analysis harness that turns repository signals into evidence-backed quality risks, test seeds, and release-readiness gate inputs. / コードベース、変更差分、静的解析、テスト証跡を解析し、スメル検知・品質リス…

    TypeScript

  3. domain-lakda-runner domain-lakda-runner Public

    Evidence-first test orchestration for Web, games, and authorized security exploration with adaptive replay, HATE/v1 artifacts, and external QEG gates.

    TypeScript

  4. quality-evidence-graph quality-evidence-graph Public

    Quality Evidence Graph is a QA runtime that connects requirements, code changes, risks, test layers, evidence artifacts, and release gates into a reproducible graph for risk-based test placement an…

    TypeScript

  5. RanD RanD Public

    A multi-layer orchestration foundation for R&D agents, connecting research, insight extraction, experiment gating, roadmap design, state management, and external sync into a single execution loop. …

    Python

  6. shipyard-cp shipyard-cp Public

    AIワーカー群を統治し、Dev / Acceptance / Publish を責務分離して流す self-hosted control plane.

    TypeScript