highway-alignment-designer

Highway alignment design skill for horizontal and vertical geometry per AASHTO standards

509 stars

Best use case

highway-alignment-designer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Highway alignment design skill for horizontal and vertical geometry per AASHTO standards

Teams using highway-alignment-designer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/highway-alignment-designer/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/domains/science/civil-engineering/skills/highway-alignment-designer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/highway-alignment-designer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How highway-alignment-designer Compares

Feature / Agenthighway-alignment-designerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Highway alignment design skill for horizontal and vertical geometry per AASHTO standards

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Highway Alignment Designer Skill

## Purpose

The Highway Alignment Designer Skill designs horizontal and vertical highway alignments including curves, superelevation, and sight distance per AASHTO Green Book standards.

## Capabilities

- Horizontal curve design (simple, compound, reverse, spiral)
- Vertical curve design (crest, sag)
- Superelevation calculation
- Sight distance analysis
- Cross-section template generation
- AASHTO Green Book compliance checking
- Design exception documentation
- Corridor modeling support

## Usage Guidelines

### When to Use
- Designing new roadways
- Evaluating existing alignments
- Checking sight distances
- Developing superelevation

### Prerequisites
- Design speed established
- Terrain classification known
- Design criteria selected
- Survey data available

### Best Practices
- Coordinate H and V alignment
- Verify sight distances
- Consider driver expectations
- Document any exceptions

## Process Integration

This skill integrates with:
- Highway Geometric Design
- Bridge Design LRFD

## Configuration

```yaml
highway-alignment-designer:
  curve-types:
    - simple
    - compound
    - reverse
    - spiral
  standards:
    - AASHTO
    - state-DOT
  output-formats:
    - xml
    - landxml
    - csv
```

## Output Artifacts

- Alignment geometry
- Superelevation diagrams
- Sight distance reports
- Design summaries

Related Skills