How to list posts by term (custom taxonomy)

You can use the term description with echo term_description() or create a new custom post type for these descriptions and associate each post in that post type with one or more terms.

The term description is probably faster, but the custom post type can be searched, and you can add metaboxes and everything else like in other posts.