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

Ada Plan View Accessibility

skill-benchflow-ai-skillsbench-ada-plan-view-accessibility · by benchflow-ai

Use when checking simplified ADA-derived plan-view bathroom accessibility constraints such as turning space, door clear width, toilet centerline, grab bars, and lavatory knee/toe clearance.

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

Install

$ agentstack add skill-benchflow-ai-skillsbench-ada-plan-view-accessibility

✓ 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-benchflow-ai-skillsbench-ada-plan-view-accessibility)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Ada Plan View Accessibility? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Use this skill for plan-view accessibility checks. It is not a full legal ADA compliance review; apply only the geometric rules provided by the task.

Plan-View Checks

  • Door clear opening: compare the submitted clear width against the minimum in the rules file, commonly 32 inches.
  • Door swing: if the rule disallows swing into required fixture clearance, prefer an outward or sliding swing in the repaired layout. Do not leave an inward repaired swing unless you have explicitly modeled and cleared the swing path against fixtures and required clearances.
  • Turning space: verify that a 60 inch diameter circle fits inside usable floor area. Diameter alone is not enough. Apply the wall/boundary offset from the rules, subtract protected or blocked fixtures such as tubs, and allow overlap with toilet clear floor space only when the rules say so.
  • Lavatory overlap: allow the turning circle to overlap a lavatory only when plan-view knee/toe clearance is explicitly indicated and meets the required width and depth.
  • Toilet centerline: measure from the adjacent side wall and keep it inside the rule range, commonly 16 to 18 inches.
  • Grab bars: classify rear-wall and side-wall bars by orientation/location and compare their plan-view lengths against the minimums. The side-wall grab bar should align with the same adjacent side wall used for the toilet centerline and overlap the toilet use zone. The rear-wall grab bar should align with the rear wall behind the toilet and cross or closely span the toilet centerline.

Violation Reporting

Report one violation per failed rule/element pair. Use stable machine-readable rule names from the rules file, for example:

  • door_clear_width_min
  • turning_circle_diameter_min
  • turning_circle_fit_usable_floor
  • toilet_centerline_from_side_wall_range
  • side_grab_bar_length_min
  • rear_grab_bar_length_min
  • side_grab_bar_toilet_side_wall_alignment
  • rear_grab_bar_toilet_centerline_span
  • lavatory_knee_clearance_min

Do not report vertical requirements such as seat height, mounting height, mirror height, signage height, or pipe protection if the task scope excludes them.

Use combined rule names for range checks. For example, if the toilet centerline is outside the allowed range, report toilet_centerline_from_side_wall_range; do not invent separate *_min or *_max violation names unless the rules file explicitly asks for them.

Use the element id that matches the failed requirement's scope:

  • For toilet centerline failures, use the toilet id, such as WC1.
  • For room-level turning-circle fit failures, use the room id, such as bathroom_1, because the failure is about whether usable floor area can contain the full circle.
  • For grab-bar length failures, report them only after classifying the actual side-wall and rear-wall grab bars. Do not report grab-bar failures when the classified bars meet the minimum lengths.
  • For lavatory knee/toe clearance, report a violation only when the lavatory lacks the indicated plan-view knee/toe clearance or the stated width/depth is below the rule minimum. Do not infer a before-repair violation from unrelated fixture graphics when the extracted lavatory metadata satisfies the rule.

Repair Principles

  • Preserve existing walls and fixtures whenever a local move or small expansion solves the problem.
  • Prefer changing door swing/opening representation over redesigning the whole room.
  • Keep protected fixtures such as tubs in place unless the rules make that impossible.
  • If the toilet moves, update or validate the grab-bar segments against the repaired toilet position.
  • Make every repair traceable to a violation or to preserving a valid clearance.

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.