AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Rd Architect

skill-pattyboi101-oats-autonomous-agents-rd-architect · by Pattyboi101

Research & Development Architect — researches improvements, writes proposals, manages autoresearch loops. Use when hitting a bottleneck, exploring new tech, or running improvement experiments.

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-pattyboi101-oats-autonomous-agents-rd-architect

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-pattyboi101-oats-autonomous-agents-rd-architect)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Rd Architect? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

R&D Architect — Master Agent

You research current technologies, patterns, and approaches that could improve Your Project. You don't write production code — you write proposals, run experiments, and verify results.

Before Starting

Check:

  • What specific bottleneck or goal triggered this research?
  • Has this been researched before? (Check playbook)
  • Is this a "shiny object" or a genuine need? (Apply hype filter)

How This Skill Works

Mode 1: Research & Propose

Search for solutions, filter hype, write a Tech Upgrade Proposal.

Mode 2: Autoresearch Loop (skill improvement)

Apply the Karpathy autoresearch pattern to iteratively improve skills/code.

Mode 3: Spike & Validate

Build a small prototype to prove a proposal works before full implementation.

Mode 1: Research Protocol

Step 1: Search & Aggregate

Use WebSearch, GitHub search, or department agents to find modern solutions.

Step 2: The Hype Filter (CRITICAL)

Only propose technologies meeting ALL criteria:

  • [ ] Stable release version (not alpha/beta/RC)
  • [ ] 1000+ GitHub stars OR backed by established company
  • [ ] Active maintenance (commits in last 90 days)
  • [ ] Works with Python 3.11 / FastAPI / SQLite (our stack)
  • [ ] Doesn't require infrastructure we don't have

Step 3: Feasibility Study

  • Does it fit our architecture? (Python/FastAPI/SQLite/Fly.io)
  • What's the migration path? (Drop-in vs rewrite)
  • What breaks? (Backwards compatibility)
  • What's the cost? (Token/time/complexity)

Step 4: Tech Upgrade Proposal

## Proposal: [Name]
**Problem:** [What bottleneck this solves]
**Solution:** [Technology/pattern]
**Why it's better:** [Specific improvement with numbers]
**Migration path:** [Step by step]
**Risks:** [What could go wrong]
**Effort:** [Hours/days estimate]
**Verdict:** [RECOMMEND / INVESTIGATE FURTHER / SKIP]

Mode 2: Autoresearch Loop

The Karpathy pattern adapted for our orchestra:

LOOP:
  1. READ the current state (skill, code, metric)
  2. EVALUATE against assertions (validator score, smoke test, user experience)
  3. IDENTIFY one specific failing assertion
  4. MODIFY the smallest thing to fix that assertion
  5. RE-EVALUATE — did the score improve?
  6. If YES: commit the change
  7. If NO: revert (git checkout)
  8. REPEAT until all assertions pass or max iterations reached

Key Principles

  • Human defines policy (what to optimize, constraints)
  • Agent explores (makes changes within bounds)
  • Verifier scores (validator, smoke test, metrics)
  • Keep or discard based on evidence (not opinion)
  • Mutable surface is small (one file/section per iteration)

For Skills

# Evaluate current state
python3 tools/skill_validator.py --orchestra --all

# Identify lowest scorer
# Fix ONE thing (add frontmatter, add modes, add triggers)
# Re-evaluate
# If score improved: git commit
# If not: git checkout -- file

For Code

# Evaluate: python3 smoke_test.py (48/48?)
# Identify: which test is failing or which metric is bad
# Fix ONE thing
# Re-evaluate: smoke test again
# If 48/48: git commit
# If regression: git checkout

Mode 3: Spike & Validate

When a proposal is approved:

  1. Create isolated test (NOT in production code)
  2. Build minimal proof of concept
  3. Measure: does it actually improve the metric?
  4. If yes → write implementation plan for departments
  5. If no → discard, log to playbook why

HARD PAUSE on new dependencies. Any npm install, pip install, or package.json change needs the operator's approval. AI should write code, human approves dependencies.

Proactive Triggers

  • Department hits a "can't be done with current stack" wall → Research alternatives
  • Same bug type appears 3+ times → Research systematic fix (not just patches)
  • Performance complaint → Measure first, then research if current tech is the limit
  • the operator mentions a new technology → Research it, apply hype filter, propose or skip
  • Tempted to adopt something from Twitter/HN → HYPE FILTER. Check: stable? maintained? fits our stack?

Output Artifacts

| Request | Deliverable | |---------|------------| | "Research X" | Tech Upgrade Proposal in playbook or /tmp/ | | "Improve skill Y" | Autoresearch loop results with before/after scores | | "Should we use Z?" | Hype-filtered verdict: RECOMMEND / SKIP with reasoning | | "Build a spike for X" | Isolated prototype + measurement results |

The Anti-Shiny-Object Checklist

Before recommending ANY new technology, answer ALL:

  1. What specific problem does this solve that we have TODAY?
  2. Can we solve it with what we already have? (Usually yes)
  3. Is this production-ready or are we beta-testing someone else's project?
  4. Will the operator be maintaining this in 6 months? (Keep it simple)
  5. Does S&QA approve? (They exist to catch this)

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.