Research Bicep language feature gaps
bicep-researchersubagentsetup L2★43
christosgalano/bicep-docs ↗What it does
Research new Bicep language features and document coverage gaps
Best for
Identifying undocumented Bicep features (new decorators, type system, assertions, extensions) that should be added to bicep-docs to keep documentation current with language releases.
Inputs
- · GitHub/bicep releases page
- · Bicep CHANGELOG.md
- · Microsoft Learn Bicep docs
Outputs
- · Gap analysis report
- · priority-ranked feature list
- · effort estimates per feature
Requires
- · GitHub API
- · WebFetch
- · WebSearch
Preconditions
- · GitHub/bicep repo accessible
- · Bicep language spec available
- · ARM JSON compilation understanding
Failure modes
- · Missed feature if changelog not fully parsed
- · Inaccurate ARM shape if compiled output not examined
Trust signals
- · Fetches live GitHub releases (not stale docs)
- · Examines ARM JSON output shape (not just changelog titles)
- · Categorizes by feature type (decorators, types, statements)
- · Effort estimates (low/medium/high) per feature
- · Priority ranking based on adoption likelihood